How can I get my featured image for the post to show up? I'm using a ProPhoto Theme.
How can I get my featured image for the post to show up? I'm using a ProPhoto Theme.
Hi Jim,
You'll want to add it to the posts_loop_template.php file.
By default, this file displays the_excerpt() (which obviously doesn't pull in the featured image), so you'll want to add a call to get the featured image within that loop.
More info on Post Thumbnails (aka Featured Image) here:
http://codex.wordpress.org/Function_Reference/the_post_thumbnail
I hope this helps.
Eric
The thumbnail image shows with the standard shortcode, but if you show the whole post, the featured image does not show?
This makes the images hide: show_full_posts='true'
even with this: hide_images='false'
Any clues?
FYI, I tried to comment on the author's website, but the commenting seems to be broken and there is no contact email either!
You must log in to post.