Hi. Is there a setting and/or code we can use so that featured images are automatically displayed at the top of the post?
Thank you.
That is the default behavior. I’m not sure I understand the question.
Hmm. Doesn’t seem to work that way for us. e.g. we have a featured image for this post http://brettjarman.com/cb/paleo-friendly-raw-blueberry-cheesecake-by-jules-galloway/. The image shows up on the blog roll http://brettjarman.com/cb/blog/ but not on the post itself. the only time we can get the image to show on the post is if we insert it.
-
This reply was modified 10 years, 1 month ago by bmj.
Open single.php and paste this line after <div class="entry-content">
:
<?php pinboard_post_thumbnail(); ?>