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.zipDescription
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
- Upload the plugin.
- Activate it.
- Add:
<?php sb_related_posts(); ?>
to your single post template.
Changelog
1.0.0
- Initial release.