Sculley
Member
Posted 11 months ago #
I just created this custom theme. I can't figure out why the thumb nail image and FB Like won't show on the homepage but will on the individual post (I have the FB Like set to post on the homepage). I have created many custom themes using same method and have never had this problem.
Thanks so much in advance!
Sculley
Member
Posted 11 months ago #
I should have waited 2 more minutes. Just found the answer from Esmi here: http://wordpress.org/support/topic/thumbnails-not-showing-on-main-page?replies=2.
In short, his answer:
Your theme's index.php file may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing index.php and replacing <?php the_excerpt();?> with <?php the_content();?>.