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
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
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();?>.
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!
This topic has been closed to new replies.