• Using twenty-thirteen theme and want to help limit the amount of piracy. I know I will never be able to completely stop it, but my goal is to remove some of the obvious ways of copying images.

    Also, I purchased a content protection plugin as well, but it doesn’t seem to work on the full resolution link.

    I would even go as far as deleting it from the theme if I knew where to find it.

    [IMG]https://i.imgur.com/ePibPoE.png[/IMG]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mprayii

    (@mprayii)

    I guess images do not display here, this is an image of my site and what I would like to remove in case there is any confusion:

    View post on imgur.com

    Thread Starter mprayii

    (@mprayii)

    I deleted:

    $metadata = wp_get_attachment_metadata();
    							printf( '<span class="attachment-meta full-size-link"><a href="%1$s" title="%2$s">%3$s (%4$s &times; %5$s)</a></span>',
    								esc_url( wp_get_attachment_url() ),
    								esc_attr__( 'Link to full-size image', 'twentythirteen' ),
    								__( 'Full resolution', 'twentythirteen' ),
    								$metadata['width'],
    								$metadata['height']
    							);

    from “Twenty Thirteen: Image Attachment Template (image.php)”

    And that worked.

    Does anyone know any better options?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the link to open images "full resolution"’ is closed to new replies.