• The thumbnail images do not show on the homepage or category pages for the post.

    The theme says:
    automatic post thumbnails (when you write or edit post, just upload image into post)

    But this does not seem to be working for me.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Did you ever find out how to get them? Im having the same problem

    Please post a new topic – preferably with a site url so we can see the problem.

    having the same issue with this on http://SuperDadSays.co
    I have tried the suggestion here about using the custom field screen, has not worked.
    http://wordpress.org/support/topic/help-with-good-theme-lead-theme

    I really do enjoy this theme but it seems that there is no support or updates for it.

    Any suggestions or a fix or a similar theme?

    Phil

    (@owendevelopment)

    Without knowing the theme and a link to your site, it’s quite hard to guess.

    If you can provide these, someone may be able to help you.

    🙂

    sorry about that, was a editing problem with this post. edited and added. Using http://wordpress.org/extend/themes/goodtheme-lead

    Phil

    (@owendevelopment)

    1. If you have a cache folder somewhere in your wp-content, then make it writeable by setting permissions to 777. Usually, when automatic thumbnails are used with a theme, they require cached versions of the images to be stored somewhere in their reduced sizes. Without the correct permissions, they can’t be called into the site.

    2. Check your index.php, as calling thumbnails usually looks like:

    <?php if(has_post_thumbnail()) { ?>
    <a href="<?php the_permalink();?>"><?php the_post_thumbnail('homeblog'); ?></a>
    <?php } ?>

    Is this theme meant to have thumbnails on the index by default as the demo preview doesn’t show any?

    thanx psm digital.my problem solved……..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Thumbnails don't show’ is closed to new replies.