CP Related Posts free WordPress plugin
Description
CP Related Posts free WordPress plugin
CP Related Posts is a plugin that displays related articles on your website, manually, or by the terms in the content, title or abstract, including the tags assigned to the articles.
The relationship between posts and pages is determined in a very unique way. CP Related Posts uses an algorithm that allows you to identify the most representative terms in the content, the title and the abstract of the article, while giving more weight to those terms that match the tags explicitly added to the articles by the author.
In any website, there may be posts that are related, yet with no common terms. CP Related Posts allows to assign connections to articles manually, attributing the highest level of importance to that type of connection.
CP Related Posts offers a great versatility in displaying related posts. With CP Related Posts, you can define the number of related posts, use a specific layout to display related articles. Similarly, it is possible to decide which information to display for the related post: title, author, tags by which they relate, and importantly, an image that identifies the percentage of correspondence between the two posts.
CP Related Posts features:
Allows select the number of related posts
Allows extract the related terms from the articles titles, contents
and abstracts
Uses an automatic algorithm to determine the weight of relationship
between posts
Allows associate posts manually (these are the most strong relationships)
Allows define a threshold for relations between posts
(Relations with a weight under the threshold are dismissed)
The base plugin, available for free, from the WordPress Plugin Directory, has all the features needed for associate website’s articles.
Premium features:
Allows to use different layouts for related posts in multi-posts pages
(like home page or archives) and for single pages and posts
Allows to use different graphics to represent the level of similarity
Allows to use related posts with custom post types
Demo of Premium Version of Plugin
https://demos.dwbooster.com/related-posts/wp-login.php
https://demos.dwbooster.com/related-posts/
If you want more information about this plugin or another one don’t doubt to visit my website:
http://wordpress.dwbooster.com
Interface
Setting up CP Related Posts
The plugin has several setup options to have a great control over related posts. Among the available configuration options you will find:
Number of related posts
Post types that admit related posts (the free version of plugi allows only the posts and pages)
Display percentage of similarity with the symbol… the option allows to select the symbol to represent the similarity between posts
Display related posts with a percentage of similarity bigger than. Allows to define an acceptable percentage of similarity
Display options for the related posts on the individual post/page
Display related posts in single pages (checkbox to display or hide the related posts from single pages)
Display featured images in related posts
Display percentage of similarity
Display excerpt of related posts
Display related terms between related posts
Display mode (select the layout for related posts)
How to display related posts in multiple-posts pages
Display related posts in multiple-posts pages
Display only in homepage
Exclude the related posts from homepage
Display the related posts only in specific pages
Exclude the related posts from specific pages
Display featured images in related posts
Display percentage of similarity
Display excerpt of related posts
Display related terms between related posts
Display mode (select the layout for related posts)
Tip: After the initial setup of the plugin, it is recommended to press the button “Process Previous Posts” in order to extract the terms of the posts created before installing the plugin.
On the Editing screen of each post, page, or post type selected in the plugin’s settings, you will see a new form that allows you to create direct links between the post being edited and other posts on the website, as well as allowing to extract relevant terms within the text of the post and select them for use as tags of the post in question.
The way to use CP Related Post from the posts edition
After type the post’s content, press the “Get Recommended Tags” button, to extract all terms (with its weight, form the sections of post). If the user want to increase the importance of specifics terms, only is required check them.
If you want insert relevant terms that are not present in the post’s content, define it as a post’s tag.
It is possible associate posts manually. Type the terms and press the “Search” button. In the Items found section will be displayed the list of posts/pages that include the term. Select the posts/pages to associate manually.
Note: The posts associated manually represent the most strong relation.
It is possible exclude a post from the list of related posts, with only check the option: “Exclude this post from others related posts”, or hide the related posts from a post through the option: “Hide the related posts from this post”
Filters called by CP Related Posts
cprp_post_thumbnail: Requires two parameters, a link tag with the thumbnail, and the object with the post’s data.
cprp_post_title: Requires two parameters, a div tag with the post title, and the object with the post’s data.
cprp_post_percentage: Requires two parameters, a div tag with the percentage of similarity, and the object with the post’s data.
cprp_post_excerpt: Requires two parameters, the text of generated excerpt, and the object with the post’s data.
cprp_post_tags: Requires two parameters, a div tag with the tags assigned to the post, and the object with the post’s data.
cprp_content: Requires two parameters, the html tags of the generated related posts, and an array with the objects of related posts.