• When inserting a thumbnail, using the link to “Post URL”, and then clicking on the image, the image shown is the medium size image.

    I need the full size image to be shown.

    Anyone who knows which php file contain the information that I need to edit ?

    Any help are appreciated.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • you can directly edit image code in HTML editor..

    If you want this to be default, I am not sure..

    Thread Starter skawdiver

    (@skawdiver)

    The sollution is probably in the image.php file.

    This line says it:
    <?php echo wp_get_attachment_image( $post->ID, 'medium' ); ?>

    So the ID is medium. Is there anyone who knows what the ID for a full size image ?

    Thread Starter skawdiver

    (@skawdiver)

    Found it, the ID is: full

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open thumbnails as fullsize img and not medium size’ is closed to new replies.