Forums

[resolved] Image - no on homepage - yes on post (3 posts)

  1. randymir
    Member
    Posted 1 year ago #

    I've been struggling with this problem for a while now. I'm on WordPress 3.3.1. On the homepage the image for a post doesn't show up, but when you view the individual post you can see the image.

    the site is at http://sacandbeyond.com

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the theme's index.php template file and replacing <?php the_excerpt();?> with <?php the_content();?>.

  3. randymir
    Member
    Posted 1 year ago #

    Thanks for taking the time to respond esmi!

    I went ahead and updated my template and that resolved the problem. I'm using Artisteer and apparently they had a newer version.

    Thanks again for the response. greatly appreciated!

Topic Closed

This topic has been closed to new replies.

About this Topic