Images not showing in the loop
-
Hello,
Please check the site. I have enabled the plugin. It seems to work only for single posts, but not for the posts in the loop.
Here is how I am calling the thumbnails in the loop:
<a href="<?php the_permalink() ?>" title="<?php echo get_the_title(); ?>"><img class="post-image" itemprop="image" src="<?php echo wp_get_attachment_url(get_post_thumbnail_id($post->ID)); ?>"></a>
No caching plugins used.
Do you see anything wrong?
Thanks
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Images not showing in the loop’ is closed to new replies.