Skip to content

Commit ab97eea

Browse files
committed
Tagged v3.3.0
1 parent 63422fe commit ab97eea

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

contextual-related-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Contextual Related Posts
1616
* Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
1717
* Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates
18-
* Version: 3.3.0-beta2
18+
* Version: 3.3.0
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+

readme.txt

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -129,33 +129,6 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t
129129

130130
7. Default Thumbnail: If enabled, it will use the default thumbnail that you specify in the Settings page
131131

132-
= Template tags =
133-
134-
The following functions are available in case you wish to do a manual install of the posts by editing the theme files.
135-
136-
**echo_crp( $args = array() )**
137-
138-
Echoes the list of posts wherever you add the this function. You can also use this function to display related posts on any type of page generated by WordPress including homepage and archive pages.
139-
140-
Usage: `<?php if ( function_exists( 'echo_crp' ) ) { echo_crp(); } ?>` to your template file where you want the related posts to be displayed.
141-
142-
**get_crp_posts_id( $args = array() )**
143-
144-
Takes a post ID and returns the related post IDs as an object.
145-
146-
Usage: `<?php if ( function_exists( 'get_crp_posts_id' ) ) { get_crp_posts_id( array(
147-
'postid' => $postid,
148-
'limit' => $limit,
149-
) ); } ?>`
150-
151-
Parameters:
152-
153-
*$postid* : The ID of the post you'd like to fetch. By default the current post is fetched. Use within the Loop for best results.
154-
155-
*$limit* : Maximum number of posts to return. The actual number displayed may be lower depending on the matching algorithm and the category / post exclusion settings.
156-
157-
This is not an exhaustive set of Parameters. For the full list of Parameters check out the shortcode FAQ below.
158-
159132
= Shortcodes =
160133

161134
You can insert the related posts anywhere in your post using the `[crp]` shortcode. View [this article in the knowledge base](https://webberzone.com/support/knowledgebase/contextual-related-posts-shortcode/) for more details.
@@ -237,5 +210,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
237210

238211
== Upgrade Notice ==
239212

240-
= 3.2.3 =
241-
Bug fixes. Please read the release post on https://webberzone.com
213+
= 3.3.0 =
214+
Block updates and new settings. Please read the release post on https://webberzone.com

0 commit comments

Comments
 (0)