• Hi!
    I have a blog that tends to post a good amount of images. Typically we’ll post several thumbnails and we use the post url option so that the image displays within a new post. The problem is, when you click the thumbnail, it takes you to the new post but it is still a small thumbnail. Is there a way to have it display the full sized image or a much larger preview?

    Here is an example of what I mean (click any thumbnail and you’ll see what I mean)
    http://neonlimelight.com/2010/01/13/rihanna-white-hot-on-w-magazine-cover/

    It would be great to have “next” and “previous” image options as well. If you know of any plugins that would provide this, feel free to share. Thanks!

Viewing 1 replies (of 1 total)
  • Sounds like you need to edit your theme’s image.php template file and change:

    <?php echo wp_get_attachment_image( $post->ID, 'thumbnail' ); ?>

    to

    <?php echo wp_get_attachment_image( $post->ID, 'medium' ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Image Post URL Help’ is closed to new replies.