• Hello. Trying to figure this out and can’t seem to get it.

    I am using this theme.

    When you click on the thumbnail, it takes you to the post image page. Then you can further click on the image and it links to the original full sized version of the image. It is this link that I want to remove.

    Basically, when you go to the post page, I want to remove the link to the original picture because it takes you out of the main site.

    How can I do this?

    I’ve tried looking in the 1-photo.php file and found the following code:

    <div class="large-screenshot">
    <div class="large-screenimg">			
    
    <?php if ( get_option('woo_resize') ) { woo_get_image('large-image','690','396'); } else { ?>	
    
                       img src="<?php echo get_post_meta($post->ID, "large-image", $single = true); ?>" alt="<?php the_title(); ?>" />
    
    					<?php } ?>		
    
    				</div><!-- /screenimg -->
    
    		</div><!-- /screenshot-->

    But I couldn’t figure out how to modify it. I may be looking in the wrong file though, not sure.

    Here is an example of a website using this theme and you can see the behavious by clicking here.

    Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove image link from snapshot theme’ is closed to new replies.