简体   繁体   中英

Wordpress change image link url to file url

When clicking on images in my posts it takes me to the attachment post of the image. From there I have to click the image again to get the full size. Instead I want to go directly to the full size image in uploads. Is there a function that will do that?

In the Media Upload, if you choose "File URL", it will link to the full-sized image.

If you want this to be the default behavior, you can either by changing the options directly in the dashboard, or by adding some code to your theme.

To do it by changing the option in the dashboard, visit this link for instructions:
http://blog.aizatto.com/2010/05/04/changing-default-wordpress-media-link-url/

To do it by adding some code to your theme, check out this article:
http://andrewnorcross.com/tutorials/functions-file/stop-hyperlinking-images/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM