WP Manifestindependent plugin directory
manifest / content / tag-based-related-posts

Tag-Based Related Posts

Display WordPress related posts based on tags.

by Samuel Chukwu · github.com/veltany/tag-based-related-posts

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/veltany/tag-based-related-posts/archive/refs/heads/main.zip

Declares an update source (https://github.com/veltany/tag-based-related-posts), so updates arrive through the plugin's own updater.

Readme

=== Tag-Based Related Posts === Contributors: yourusername Tags: related posts, tags, internal linking, SEO Requires at least: 5.0 Tested up to: 7.0 Stable tag: 1.0.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically display related posts inside articles based on shared tags. Fully customizable with various display styles and caching for better performance.

== Description ==

Tag-Based Related Posts automatically displays related posts in your articles based on matching tags. It enhances user experience and improves SEO by offering:

  • Related posts displayed automatically or after the Nth paragraph.
  • Customizable display styles, including card layouts.
  • Flexible settings to adjust the number of posts and excluded tags.
  • Performance improvements via transient caching.

== Installation ==

  1. Download the plugin and upload it to your /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Navigate to Settings > Tag-Based Related Posts to configure options.

== Frequently Asked Questions ==

= Can I change the display style? = Yes! You can choose between minimal, list, grid or card layouts in the settings.

= Does it support caching? = Yes, the plugin uses WordPress transients to improve performance.

= Can I exclude specific tags? = Absolutely! Use the settings page to specify tags you want to exclude.

== Changelog ==

= 1.0.0 =

  • Initial release with core functionality:
    • Automatic display of related posts based on tags.
    • Settings page for customization.
    • Caching for better performance.

== Upgrade Notice ==

= 1.0.0 = Initial release. Upgrade to experience automated tag-based related posts!

== License ==

This plugin is licensed under the GPLv2 or later. See LICENSE file for details.

Read the full README on GitHub →