Viewing 4 replies - 1 through 4 (of 4 total)
  • assuming the code of the thumbnails is in the loop and is:

    <?php the_post_thumbnail(); ?>

    then change it to:

    <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a>

    to locate the template which shows the posts, check https://codex.www.ads-software.com/Template_Hierarchy

    Thread Starter Wordfruit

    (@wordfruit)

    Thanks, alchymyth

    I don’t see that line of code — which file is it in?

    I looked in style.css and in index.php

    …it wasn’t in either of those files.

    Depends pretty much on the theme. You might have a file called blog.php or page-blog.php, or else you can check archive.php.

    you seem to have a custom made theme – possibly contact the theme developer to check where the code for the front page template is located.

    could be index.php, or home.php, or loop.php, or … (possibilities are endless)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make thumbnail images click into blog posts’ is closed to new replies.