the_post_thumbnail & the_content()
-
Hi,
I want to add an image with: the_post_thumbnail(); and the_content();
So, I had in my index.php:
<?php the_post_thumbnail( 'custom-post-image' ); ?> <?php the_content(); ?>It works for the first post, but for the other posts, it’s not the good image with the good post…
Thanks for the solution…!
http://wordpress.org/support/topic/change-size-of-feature-image-thumbnail?replies=2
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘the_post_thumbnail & the_content()’ is closed to new replies.