Modify image post/attachment link and rel tags
-
When you make a new post and upload/attach an image, WP makes the following link:
<a href="http://www.example.com/link/to/attachment/page/" rel="attachment wp-att-###"><img ... ></a>But I want to modify this so that the link it makes isL
<a href="http://www.example.com/linktoactualimage.jpg" rel="custom-rel attachment wp-att-###"><img ...></a>The changes being that I want the link to link to the actual picture, and I want to add a custom rel tag. How can I change this? I’ve looked in the media.php and upload.php files but I can’t seem to find anything.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Modify image post/attachment link and rel tags’ is closed to new replies.