Show "Readers who viewed this page, also viewed" a.k.a. followed posts on your page. Much like Amazon.com's product pages.
Have you seen Amazon’s product pages? Amazon is a great example of visitor retention through recommendations. All of Amazon’s pages have a “Customers who viewed this item also viewed”. And how many times have you clicked those links? I know I have!
Now you can implement the same feature on your WordPress blog. WebberZone Followed Posts let’s you show “Readers who viewed this page, also viewed” links on your page.
The plugin tracks the pages, posts and custom post types that visitors click through from the current post. You can then display these followed posts automatically at the bottom of your posts, using a shortcode or via the inbuilt widget.
If you’re looking for a plugin that displays posts related to the content, look no further than Contextual Related Posts.
[wherego]
to display the followed postsNavigate to Plugins within your WordPress Admin Area
Click “Add new” and in the search box enter “WebberZone Followed Posts”
Find the plugin in the list (usually the first result) and click “Install Now”
Download the plugin
Extract the contents of where-did-they-go-from-here.zip to wp-content/plugins/ folder. You should get a folder called where-did-they-go-from-here.
Activate the Plugin in WP-Admin.
Go to Settings » Followed Posts to configure
Check out the FAQ on the plugin page for a detailed list of questions and answers.
If your question isn’t listed there, please create a new post in the WordPress.org support forum. I monitor the forums on an ongoing basis. If you’re looking for more advanced paid support, please see details here.
Check out the settings page for a wide array of settings that let you customise the plugin output. You can also style the followed posts list using CSS. The following are the main classes that can be styled:
wherego_related: CSS Class on all pages
wherego_thumb: Class that is used for the thumbnail / post image
wherego_title: Class that is used for the title / text
wherego_excerpt: Class of the span
tag for excerpt (if included)
You can add the CSS code in the Custom Styles section of the plugin settings page or in your theme’s style.css file. To find out the detailed list of available styles, check out the HTML output of the generated code.
Use [wfp]
to display the followed posts. This was changed in v3.1.0 from [wherego]
. Read more in this knowledge base article.
the_wfp()
Use <?php if ( function_exists( 'the_wfp' ) ) { the_wfp(); } ?>
to display the followed posts.
You can also use this function to display posts on any type of page generated by WordPress including homepage and archive pages.
Release post: https://webberzone.com/announcements/followed-posts-v3-1-0/
Complete plugin rewrite to use classes and autoloading.
Features
get_wfp()
and the_wfp()
replace get_wherego()
and echo_wherego()
. The latter two will throw deprecated notices[wfp]
replaces [wherego]
. The latter will continue to work but it is recommended that you replace the shortcodeEnhancements:
Bug fix:
Release post: https://webberzone.com/blog/followed-posts-v3-0-0/
Features:
Enhancements:
false
will disable expiryFor previous changelog entries check out the changelog.txt file included with the plugin or view the releases on Github.