Contextual Related Posts is a powerful WordPress plugin that displays fast, intelligent related posts to keep users on your site longer. Improve SEO, increase pageviews, and lower bounce rates — no setup needed.
Key features
- Activate and Forget: Activate the plugin. Contextual Related Posts automatically displays related posts on your site and feed after the content. There is no need to edit any template files.
- Custom Control with Manual Install: Want placement control? You have multiple options available:
- Gutenberg / Block Editor support: You can easily add a "Related Posts [CRP]" block to any post or page with its options and settings.
- Widgets: Add related posts to any widgetized theme area, such as the sidebar or footer. You can configure the widget options to suit your needs.
- Shortcode: Use
[crp]
to display the related posts anywhere within the post content.
- REST API: Fetch related posts for any post ID using
contextual-related-posts/v1/posts/<id>/
. You can also use query parameters to filter or sort the results.
- The algorithm: Find related posts based on the current post's title and/or content. You can also find posts by tags, categories and selected custom fields.
- Caching: Related posts output is automatically cached as visitors browse through your site, reducing the load on your server and improving performance.
View Demo
Contextual Related Posts uses an intelligent algorithm that analyzes your post's title and/or content to find the most related ones. This way, you can show your visitors more awesome content and keep them on your site longer.
With Contextual Related Posts, you can quickly boost your site's traffic, reduce bounce rates, and refresh old entries. It's fast, flexible, and easy to use. Try it today and see the difference for yourself!
Additional features include:
- Exclusions: Exclude posts from specific categories or tags from being displayed in the related posts list.
- Custom post types: The related posts list supports posts, pages, attachments, or any other custom post type on your site.
- Thumbnail support: Display thumbnails or not!
- Styles: The output of the related posts list is wrapped in CSS classes that allow you to style it easily using custom CSS code.
- Customizable output: Display post excerpts in the related posts list. Customize the HTML tags and attributes used to display the output.
- Extendable code: Many filters and actions allow developers to easily add features, modify outputs, or integrate with other plugins.
MySQL FULLTEXT indices
On activation, the plugin creates three MySQL FULLTEXT indices (or indexes), which are leveraged to find the related posts.
Learn more about how the algorithm works.
If you're running a multisite installation, an index is created for each blog upon activation. These indices occupy space in your MySQL database but are essential for running the plugin.
Two options on the settings page allow you to remove these indices when deactivating or deleting the plugin. The latter is true by default.
💼 Features Exclusive to CRP Pro
CRP Pro supercharges your related posts with advanced customization, better performance, and powerful content strategy tools.
🚀 Performance Enhancements
🎯 Smarter Content Matching
- Advanced Algorithm: Control exactly how relevant content is found by adjusting weights for title, content, and excerpt.
- Taxonomy Weight System: Refine your matches with precise taxonomy weighting for perfect content relationships.
🎨 Advanced Design & Display Options
- Block Editor Integration: Create beautiful layouts with the Query Loop Block and ready-to-use block patterns including Grid, Image with Title, and more.
- Extra Shortcode Parameters: Unlock additional customization options for complete control over your related posts display.
📊 Analytics & Content Strategy Tools
- Tracking Parameters: Measure content performance with automatic UTM tracking for all related post clicks.
- Cornerstone Posts: Guide visitors to your most important content by featuring key articles in your related posts lists.
- Additional Metabox Settings: Control related content at the individual post level for perfect content relationships.
GDPR
Contextual Related Posts doesn’t collect personal data or send information to external services — making it GDPR-friendly by default.
⚠️ You’re responsible for ensuring your site’s overall GDPR compliance.
Donations
Love Contextual Related Posts? Help keep it alive!
You can
donate or upgrade to
CRP Pro — both help support development and support.
Contribute
Contextual Related Posts is also available on
Github.
So, if you've got some cool feature you'd like to implement into the plugin or a bug you've been able to fix, consider forking the project and sending me a pull request.
Bug reports are
welcomed on Github. Please note Github is
not a support forum, and issues that aren't suitably qualified as bugs will be closed.
翻译
Contextual Related Posts is available for
translation directly on WordPress.org. Check out the official
Translator Handbook to contribute.
Other Plugins by WebberZone
Contextual Related Posts is one of the many plugins developed by WebberZone. Check out our other plugins:
- Top 10 - Track daily and total visits to your blog posts and display the popular and trending posts
- WebberZone Snippetz - The ultimate snippet manager for WordPress to create and manage custom HTML, CSS or JS code snippets
- Knowledge Base - Create a knowledge base or FAQ section on your WordPress site
- Better Search - Enhance the default WordPress search with contextual results sorted by relevance
- Auto-Close - Automatically close comments, pingbacks and trackbacks and manage revisions
- Popular Authors - Display popular authors in your WordPress widget
- Followed Posts - Show a list of related posts based on what your users have read
WordPress install (the easy way)
- Navigate to Plugins within your WordPress Admin Area
- Click "Add new" and in the search box enter "Contextual Related Posts"
- Find the plugin in the list (usually the first result) and click "Install Now"
Manual install
- Download the plugin
- Extract the contents of contextual-related-posts.zip to wp-content/plugins/ folder. You should get a folder called contextual-related-posts.
- Activate the Plugin in WP-Admin under the Plugins screen
4.1.0
Release post:
https://webberzone.com/announcements/contextual-related-posts-v4-1-0/
- Features:
- New Wizard to guide users through the setup process.
- Modifications:
- Renamed
CRP_VERSION
, CRP_PLUGIN_FILE
, CRP_PLUGIN_DIR
and CRP_PLUGIN_URL
constants to WZ_CRP_VERSION
, WZ_CRP_PLUGIN_FILE
, WZ_CRP_PLUGIN_DIR
and WZ_CRP_PLUGIN_URL
respectively to avoid conflicts with other plugins.
- New function
crp_get_blog_option()
to fetch an option from a specific blog in WordPress multisite.
- Better handling of options if they haven't been set.
- Fulltext indexes are now named
wz_title_content
, wz_title
, and wz_content
to ensure compatibility and optimize database space, especially when using Contextual Related Posts. After updating to this version, please recreate the indexes to benefit from the changes—until then, the plugin will use the previous index names.
- [Pro] Improved the UI and functionality of the Custom Table indexing process.
- [Pro] Multisite Settings page for Enhanced Content Search Index (ECSI) has been modified.
- Bug fixes:
- Fixed ordering issue on pages when "Same taxonomies" is selected.
- Set the postid if it's different from the queried object in the Core Query class.
- Fixed conflict with WPML showing the current post incorrectly.
- Fixed an issue where activating the Pro plugin while the Free plugin was active, or vice versa, would cause a fatal error.
Earlier versions
For the changelog of earlier versions, please refer to the separate changelog.txt file or the
releases page on Github.