Linux 软件免费装
Banner图

Make featured image link to blog post

开发者 voordeligict
更新时间 2024年3月18日 21:47
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

image featured blog link featured image add link VICT voordelig ict voordeligict link to blog berichten bericht featured image blog featured image link vict

下载

详情介绍:

Adds a function to the function.php file of your current active theme. This function will make the featured image link back to the blog the image was inserted. This way you do not have to change your themes files and your changes will not be gone after a theme update. Make sure your theme doesn't allready have this function. Some themes allready have this function by default.

安装:

  1. Upload the plug-in files to the \\'/wp-content/plugins/\\' folder, or install from the WordPress plugin library.
  2. Activate the plug-in from the WordPress plug-in menu.

升级注意事项:

1.11 Updated the plugin for use with WordPress version 6.5. Please update the plugin so you always have the latest version. 1.10 Updated the plugin for use with WordPress version 6.4. Please update the plugin so you always have the latest version. 1.9 Updated the plugin for use with WordPress version 6.3. Please update the plugin so you always have the latest version. 1.8 Updated the plugin for use with WordPress version 6.2. Please update the plugin so you always have the latest version. 1.7 Updated the plugin for use with WordPress version 6.1. Please update the plugin so you always have the latest version. 1.6 Updated the plugin for use with WordPress version 6.0. Please update the plugin so you always have the latest version. 1.5 Updated the plugin for use with WordPress version 5.9. Please update the plugin so you always have the latest version. 1.4 Updated plug-in for use with WordPress version 5.8. Please update the plug-in so you always have the latest version. 1.3 Please update to newest version. 1.2 Please update to newest version due to minor changes. 1.1 Please update to newest version due to minor changes. 1.0 plugin is live and ready to use.

常见问题:

Q: How does this plug-in work?

A: It just adds a simple code to the function.php file of you active theme. This will add a link to the featured image which is added to a blog.

Q: Which code is added?

A: function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {$html = '' . $html . ''; return $html;} add_filter( 'post_thumbnail_html', 'wpb_autolink_featured_images', 10, 3 );

Q: Do I need to change anything in my settings?

A: Nope. Just activate the plug-in and add a featured image to a post. That is it.

更新日志:

1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0