Forums

How to remove image link from snapshot theme (4 posts)

  1. bamboolemur
    Member
    Posted 1 year ago #

    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.

  2. voyagerlife
    Member
    Posted 1 year ago #

    Hello,

    I have the same problem, and wanted to ask if you solved the problem?

    I tried mnay things but it didn't work.

  3. voyagerlife
    Member
    Posted 1 year ago #

    Is anybody there?

  4. martoccia
    Member
    Posted 1 year ago #

    Do you have some news about this?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.