Viewing 2 replies - 1 through 2 (of 2 total)
  • I would check your theme files, I don’t see the thumbnail in the source code, so it’s likely just not being loaded.

    Thread Starter agileArt

    (@pdxdaniela)

    Hey Jonathan, thanks for replying. I went and triple checked my code I have the same settings that are in the functioning page.

    <div class="span4">
    <?php the_post_thumbnail( 'category-thumb' ); ?>
    <a class="readMore" href="<?php the_permalink(); ?>">read more</a>
    </div>

    I also tried going to the post, & use the add media & insert the image that way but of course it didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not all my thumbnails are showing up’ is closed to new replies.