WP Manifestindependent plugin directory
manifest / content / wp-plugin-relevant-posts

پست‌های مرتبط

The Relevant Posts Plugin helps you display related posts on single post pages, enhancing user engagement by showcasing relevant content.

by sadeq yaqobi · github.com/sadeq-yaqobi/wp-plugin-relevant-posts · website

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/sadeq-yaqobi/wp-plugin-relevant-posts/archive/refs/heads/main.zip

Readme

Relevant Posts WordPress Plugin

A WordPress plugin to dynamically display related posts and enhance user engagement.

🌟 Features

  • Custom Placement: Insert related posts via shortcode
  • Flexible Configuration:
    • Custom section title
    • Configurable number of related posts
    • Relevance by categories or tags
    • Sorting options (ascending, descending, random)
    • Display as list or slider

🚀 Installation

Manual Installation

  1. Download plugin zip
  2. Upload to wp-content/plugins/
  3. Activate through WordPress admin

💡 Usage

Shortcode Placement

Insert in single.php in template:

<?php echo do_shortcode('[relevant-posts]'); ?>

Plugin Settings

Location: WordPress Admin > Settings > Relevant Posts

Customize:

  • Section title
  • Posts count
  • Relevance method
  • Sort order
  • Display style
  • slider items count

📦 Display Modes

List View

  • Displays related posts in a vertical list
  • Customizable title and post count

Slider View

  • Carousel-style related posts display
  • Responsive and interactive

🤝 Contribution

  1. Fork repository
  2. Create feature branch
  3. Commit changes
  4. Push to branch
  5. Open pull request

Follow WordPress coding standards

🔗 Repository

GitHub: Relevant Posts Plugin

📄 License

MIT License - See LICENSE file for details

📧 Support

Open an issue on GitHub for bugs or feature requests

Read the full README on GitHub →