WP Manifestindependent plugin directory
manifest / content / wordpress-smart-related-posts

Duplicate Aware Related Posts

Simple, lightweight drop-in plugin for returning related posts in WordPress.

by Speckyboy · github.com/speckyboy/wordpress-smart-related-posts · website

1stars
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/speckyboy/wordpress-smart-related-posts/archive/refs/heads/main.zip

Description

Displays related posts based on shared WordPress tags.

Features:

  • Related posts based on tags.
  • Displays up to five related posts.
  • Excludes the current post.
  • Excludes posts already linked inside the article.
  • Uses a template tag.
  • No automatic insertion.
  • Uses transient caching.

Installation

  1. Upload the plugin.
  2. Activate it.
  3. Add:

<?php sb_related_posts(); ?>

to your single post template.

Changelog

1.0.0

  • Initial release.