media - When inserting an image in a post, how to link the image to a resized URL instead of the full image URL?

I'm using the classic editor and here are my default settings for images:In a post, I want all inserted images to b

I'm using the classic editor and here are my default settings for images:

In a post, I want all inserted images to be linked to the medium size URL instead of the full sized URL, which appears to be how WP sets it when choosing link to 'Media File'.

Ideally, I want a way to set it for existing and future posts. So far I've found 2 possible ways:

  1. The image_send_to_editor filter: I str_replace the $url with the medium size URL. This works for future images that are added to the posts but not for existing images.

  2. The the_content filter: This would work for existing posts but I'm not sure if I should go with this.

Is there a better approach out there, and which do you recommend?

I'm using the classic editor and here are my default settings for images:

In a post, I want all inserted images to be linked to the medium size URL instead of the full sized URL, which appears to be how WP sets it when choosing link to 'Media File'.

Ideally, I want a way to set it for existing and future posts. So far I've found 2 possible ways:

  1. The image_send_to_editor filter: I str_replace the $url with the medium size URL. This works for future images that are added to the posts but not for existing images.

  2. The the_content filter: This would work for existing posts but I'm not sure if I should go with this.

Is there a better approach out there, and which do you recommend?

Share Improve this question edited Jul 5, 2019 at 8:15 sgro asked Jul 4, 2019 at 18:29 sgrosgro 1012 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can use wp_get_attachment_link(), function if you pass the size argument as medium you will get the medium size image link.
https://codex.wordpress/Function_Reference/wp_get_attachment_link

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745344129a4623465.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信