Thumbnail Help with Suffusion Theme
-
Hi guys, so I’m having a little trouble here. I have my site setup with diffrent pages for different content. One of those pages is a “page of posts” where all my blog posts will be going. Have it setup and functioning properly where my new posts go straight to the page and show up as excepts, no problem there. I cannot however get a thumbnail to appear with the excerpts. The only way I can get it to remotely work is by setting a feature image for the posts but then that image also appears in the post which I don’t want. I have in the post “additional options for suffusion: images” a url set for the thumbnail but it does nothing. I’ve also tried every setting in “appearance: suffusion options: layout: layout except…:thumbnail settings”, in every combination I can imagine and still nothing. I read on other forums that if I take out the code
<?php
if(!is_single()){
if ( has_post_thumbnail()) { the_post_thumbnail(‘thumbnail’);}
}
?>
that it will remove the feature image from inside the post and that then the feature image would show on the “page of posts” as a thumbnail but not in the post itself. However that piece of code is not anywhere to be found (every forum says it should be single.php but it is not). So any advice? Is there another way to get a thumbnail for my “page of posts” or is this code buried somewhere else in suffusion? Anyone? Anyone? Bueller?
Heres the site, the hill and the river and it is the blog section where my problem is. Also forgive the sloppy design for now, still working the kinks out before adding a bunch of content.
Thanks
-angus
P.S. I am a newb with wordpress but am decently tech savvy and can follow directions.
The topic ‘Thumbnail Help with Suffusion Theme’ is closed to new replies.