Support » Fixing WordPress » Images not showing for posts

  • Resolved iToniPhotos

    (@itoniphotos)


    I have created a static front page and articles for the posts wich is working fine. I added a menu for 2 of the categories and upon clicking on one of them or from the categories in the side (widget) the images do not display which is at the top of each post.

    When I click on the ‘Articles’ they show just fine. This only happens for the category menus!

    My website URL is http://www.teambuilding-solutions.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • My guess is that your theme’s category.php template file is using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try creating a child theme, editing a copy of category.php in your child and replacing <?php the_excerpt();?> with <?php the_content();?>

    Thread Starter iToniPhotos

    (@itoniphotos)

    Thanks for the very fast response. It’s quite strange as I have looked at the categories.php and archives.php but cannot find < ?php the_excerpt(); ?> in either

    I’m using the free Gavick wordpress template 😉

    Thread Starter iToniPhotos

    (@itoniphotos)

    For anyone else using the Gavick GavernWP theme I found the <?php the_excerpt(); ?> in the content.php on line 22

    Thanks for your support esmi

    SOLVED

    Glad I could help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images not showing for posts’ is closed to new replies.