WZ Followed Posts – Display what visitors are reading

Сүрөттөө

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.

Key features

  • Automatic: The plugin will start displaying visited posts on your posts and pages automatically after the content when you activate the plugin
  • Block editor support: Easy to use block for the block editor. Find it under widgets or using “followed posts” or “where did they go from here”
  • Shortcode: Use [wherego] to display the followed posts
  • Multi-Widget support: Find the Followed posts widget to display the posts in your theme’s sidebar or any other area that supports widgets. You can use the widget multiple times with different settings for each
  • Manual install: Want more control over placement? Check the FAQ on which functions are available for manual install
  • Exclusions: Exclude select posts and pages from the list of posts. Exclude posts from select categories from the list of posts
  • Supports all post types: The visited posts list lets you include posts, pages, attachments or any other custom post type!
  • Styles: The output is wrapped in CSS classes which allows you to easily style the list. You can enter your custom CSS styles from within WordPress Admin area
  • Customizable and extendable: Extendable via filters and actions. Style with CSS or use the inbuilt plugin API
  • Thumbnail support: Display thumbnails as well as text. The plugin tries multiple methods to fetch a thumbnail or you can even specify a default one

Plugins by WebberZone

  • Contextual Related Posts – Display related posts on your WordPress blog and feed
  • Top 10 – Track daily and total visits to your blog posts and display the popular and trending posts
  • Better Search – Enhance the default WordPress search with contextual results sorted by relevance
  • Knowledge Base – Create a knowledge base or FAQ section on your WordPress site
  • WebberZone Snippetz – Manage custom HTML, CSS, and JavaScript snippets
  • Auto-Close – Automatically close comments, pingbacks and trackbacks and manage revisions on your WordPress site
  • Popular Authors – Calculate and display popular authors
  • WebberZone Link Warnings – Add accessible warnings for external links and target=”_blank” links

Скриншоттор

  • Frontend view of the Followed Posts (Grid mode)

Блоктор

This plugin provides 1 block.

  • WebberZone Followed Posts Display the Followed Posts

Орнотуу

WordPress install

  1. Navigate to Plugins within your WordPress Admin Area

  2. Click “Add new” and in the search box enter “WebberZone Followed Posts”

  3. Find the plugin in the list (usually the first result) and click “Install Now”

Manual install

  1. Download the plugin

  2. 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.

  3. Activate the Plugin in WP-Admin.

  4. Go to Settings » Followed Posts to configure

FAQ.KG

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.

How can I customise the output?

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.

Shortcode

Use [wfp] to display the followed posts. This was changed in v3.1.0 from [wherego]. Read more in this knowledge base article.

Function

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.

How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.

Сын-пикирлер

Read all 3 reviews

Contributors & Developers

“WZ Followed Posts – Display what visitors are reading” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

Өзгөртүүлөр

3.2.2

  • Fixed: Dashboard Top Tracked widget has been fixed.

3.2.1

  • Fixed: Issue with the zip package missing files.

3.2.0

  • New:

    • REST API support for getting followed posts
      • Added GET /wp-json/wfp/v1/followed-posts/{id} endpoint
      • Added POST /wp-json/wfp/v1/tracker endpoint for tracking
    • Modern admin interface matching other WebberZone plugins
      • Updated sidebar with improved organization and navigation
      • New admin banner with sections-based navigation
    • CRP Integration – Feed followed posts to Contextual Related Posts plugin for enhanced related posts display
    • Vanilla JavaScript tracker – Complete rewrite with no jQuery dependency
    • New display styles – Added ‘Left thumbnails’ and ‘Text only’ layouts
    • Dashboard widget – Quick overview of posts with the most followed links
    • Hook Registry system – Centralized hook management for better code organization
  • Improvements:

    • Enhanced PHP and WordPress compatibility testing
    • Better dependency management and build processes
    • JavaScript tracker now auto-detects REST API vs AJAX mode
    • Added pagination support to REST API endpoint
    • Improved cache management with AJAX handler for clearing cache
    • Tools page UI redesigned with postbox styling for better WordPress consistency
    • Settings API refactored to use static methods for better performance
    • Media Handler now supports the FIFU WordPress plugin for featured image detection.
  • Bug fixes:

    • Resolved PHP warnings when accessing null post properties
    • Fixed WordPress compatibility issues with latest versions
    • Fixed WordPress compatibility issues

For previous changelog entries check out the changelog.txt file included with the plugin or view the releases on Github.