- This topic has 9 replies, 3 voices, and was last updated 10 years, 1 month ago by Theme Horse Support Team.
-
AuthorPosts
-
September 21, 2014 at 12:10 am #16353gfbParticipant
Is there a way to hide the featured image from specific posts?
September 21, 2014 at 3:06 pm #16369gfbParticipanti think i have to clarify it. i don’t want featured image shown on some posts.
i found this on internet, but i dunno where to put it.
<?php if(has_post_thumbnail()) {
echo ‘<figure class=”featured-thumbnail”><span class=”img-wrap”>’; the_post_thumbnail(); echo ‘</span></figure>’;
}
?>
<?php } else { ?>
<?php if(has_post_thumbnail()) {
echo ‘<figure class=”featured-thumbnail large”><span class=”img-wrap”><span class=”f-thumb-wrap”>’; the_post_thumbnail(‘post-thumbnail-xl’); echo ‘</span></span></figure>’;
}
?>
<?php } ?>anyone can help?
September 22, 2014 at 6:30 am #16403Theme Horse Support TeamKeymasterHi gfb,
We don’t have this feature so you need to hire a developer to fix it. If you don’t want featured image then why are you adding images in featured post/ page. just don’t add images and it will not show. If you want to display the images in detail page then you may add the images in the editor.
Thank you!
September 22, 2014 at 10:21 am #16421gfbParticipantthanks for your reply. the problem is: i want to imageshow on slider, not in posts.
anyway, i wanna set background image for my website, what dimensions i should use?
September 23, 2014 at 5:27 am #16461Theme Horse Support TeamKeymasterHi gfb,
Ok you want to show in images but not in post then here is the solution.
Goto dashboard -> appearance -> theme options -> featured post/page slider -> featured post/ page slider optionsCheck to exclude (tick it)
Then the image post displayed in slider will not be displayed in the homepage post.
For the background image, you can add the image size more than 1000px an less than 1500px. That’s works for you
Thank you!
September 23, 2014 at 10:23 am #16475gfbParticipantThank you, keep up the good works. 🙂
September 24, 2014 at 11:46 am #16547Theme Horse Support TeamKeymasterThat’s great gfb
Thank you!September 25, 2014 at 9:28 pm #16638studiostacieParticipantWhat I need is to have the blog page like your demo page. I am using the slider and have created 3 “posts” with an image in each so the slider is showing up on the static homepage just fine… all the interior pages are without the slider, which is perfect… but, my blog page has the same big homepage slider on the top. I just want it to look like the other interior pages with just the color band on the top (no slider)… is there a fix for that?
September 25, 2014 at 11:56 pm #16644studiostacieParticipant…no matter what template I choose on the blog page, it keeps showing the same slider and slogan layout that’s on the homepage.. why is this???
September 26, 2014 at 5:43 am #16653Theme Horse Support TeamKeymasterHi studiostacie,
You just go to the dashboard -> settings -> reading -> and select static front page.
You have choose the front page -> home (its fine)
Post Page (–select–) Leave it default, don’t choose any page here. Then it works fine. View the screenshot belowhttp://awesomescreenshot.com/0053k0cjd5
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.