Show featured photo in the post
-
Hello!
I love much this theme, but i want show the principal / featured picture in the post page. To get this result i added this code in single.php file.
<?php the_post_thumbnail( 'full' ); ?>
This line added after
</header>
tag and before<div class=“Entry-media”>
tag.To get best result i added this style css:
.entry-media + .wp-post-image { width: 100%; margin-bottom: 35px; margin-top: -35px; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show featured photo in the post’ is closed to new replies.