=== Tag Linker === Contributors: slmsmsk Donate link: https://selimsimsek.com.tr Tags: tag, link, automatic, post, page Requires at least: 5.0 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin adding links to post or page content that match tags in use. == Description == Options: * Determine the number of tags to be shown per page * Create a custom style for the link to be shown * Select the area you want to add link (pages, posts) == Installation == 1. Take the easy route and install through the WordPress plugin installer or download the .zip file and upload the unzipped folder to the /wp-content/plugins/ directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to Settings > Tag Linker Settings and make the settings by yourself. == Screenshots == 1. Tag Linker Settings 2. A screenshot on post content == Changelog == = 1.1 = * Fixed a fatal error on plugin activation. * Security: settings form is now protected with a nonce and capability check. * Security: all settings are sanitized on save and escaped on output. * Tag names are now safely escaped in regular expressions; tags inside existing links or HTML attributes are no longer replaced. * Plugin settings are no longer deleted on deactivation; they are removed only when the plugin is uninstalled. * Tested up to WordPress 7.0 and PHP 8.4. = 1.0 = * Initial release.