Title: WZ Followed Posts &#8211; Display what visitors are reading
Author: Ajay
Published: <strong>February 5, 2009</strong>
Last modified: July 9, 2026

---

Search plugins

![](https://ps.w.org/where-did-they-go-from-here/assets/banner-772x250.png?rev=3612326)

![](https://ps.w.org/where-did-they-go-from-here/assets/icon-256x256.png?rev=1431009)

# WZ Followed Posts – Display what visitors are reading

 By [Ajay](https://profiles.wordpress.org/ajay/)

[Download](https://downloads.wordpress.org/plugin/where-did-they-go-from-here.3.3.0.zip)

 * [Details](https://wordpress.org/plugins/where-did-they-go-from-here/#description)
 * [Reviews](https://wordpress.org/plugins/where-did-they-go-from-here/#reviews)
 *  [Installation](https://wordpress.org/plugins/where-did-they-go-from-here/#installation)
 * [Development](https://wordpress.org/plugins/where-did-they-go-from-here/#developers)

 [Support](https://wordpress.org/support/plugin/where-did-they-go-from-here/)

## Description

**This plugin has been retired and is no longer under active development.**

Existing installs will keep working, but there will be no further updates or support.
For content recommendations, I suggest one of my other plugins instead:

 * [Contextual Related Posts](https://wordpress.org/plugins/contextual-related-posts/)
   recommends posts based on title and content relevance.
 * [Top 10](https://wordpress.org/plugins/top-10/) tracks page views and displays
   your most popular posts.

Both are actively developed and cover the same goal of keeping visitors on your 
site.

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](https://wordpress.org/plugins/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 `[wfp]` 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](https://wordpress.org/plugins/where-did-they-go-from-here/#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](https://wordpress.org/plugins/contextual-related-posts/)–
   Display related posts on your WordPress blog and feed
 * [Top 10](https://wordpress.org/plugins/top-10/) – Track daily and total visits
   to your blog posts and display the popular and trending posts
 * [Better Search](https://wordpress.org/plugins/better-search/) – Enhance the default
   WordPress search with contextual results sorted by relevance
 * [Knowledge Base](https://wordpress.org/plugins/knowledgebase/) – Create a knowledge
   base or FAQ section on your WordPress site
 * [WebberZone Snippetz](https://wordpress.org/plugins/add-to-all/) – Manage custom
   HTML, CSS, and JavaScript snippets
 * [Auto-Close](https://wordpress.org/plugins/autoclose/) – Automatically close 
   comments, pingbacks and trackbacks and manage revisions on your WordPress site
 * [Popular Authors](https://wordpress.org/plugins/popular-authors/) – Calculate
   and display popular authors
 * [WebberZone Link Warnings](https://wordpress.org/plugins/webberzone-link-warnings/)–
   Add accessible warnings for external links and target=”_blank” links

## Screenshots

[⌊Frontend view of the Followed Posts (Grid mode)⌉⌊Frontend view of the Followed
Posts (Grid mode)⌉[

Frontend view of the Followed Posts (Grid mode)

## Blocks

This plugin provides 1 block.

 *   WebberZone Followed Posts Display the Followed Posts

## Installation

#### 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

Check out the [FAQ on the plugin page](https://wordpress.org/plugins/where-did-they-go-from-here/#faq)
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](https://wordpress.org/support/plugin/where-did-they-go-from-here).
I monitor the forums on an ongoing basis. If you’re looking for more advanced _paid_
support, please see [details here](https://webberzone.com/support/).

### 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](https://webberzone.com/support/knowledgebase/followed-posts-shortcode/).

### 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.](https://patchstack.com/database/wordpress/plugin/where-did-they-go-from-here/vdp)

## Reviews

![](https://secure.gravatar.com/avatar/49311478d22f8e032bba27c6e7c1ec2298fa8944ce8017f92e124911998a9bc9?
s=60&d=retro&r=g)

### 󠀁[AWESOME UNDERRATED!!!!](https://wordpress.org/support/topic/awesome-underrated/)󠁿

 [avsaimincekas](https://profiles.wordpress.org/avsaimincekas/) May 15, 2020 3 replies

AWESOME UNDERRATED!!!! Regards from Turkey, I am willing to pay for your plugins!

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/)

## Contributors & Developers

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

Contributors

 *   [ Ajay ](https://profiles.wordpress.org/ajay/)
 *   [ WebberZone ](https://profiles.wordpress.org/webberzone/)

[Translate “WZ Followed Posts – Display what visitors are reading” into your language.](https://translate.wordpress.org/projects/wp-plugins/where-did-they-go-from-here)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/where-did-they-go-from-here/),
check out the [SVN repository](https://plugins.svn.wordpress.org/where-did-they-go-from-here/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/where-did-they-go-from-here/)
by [RSS](https://plugins.trac.wordpress.org/log/where-did-they-go-from-here/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.3.0

 * This is the final release of WebberZone Followed Posts. The plugin will continue
   to work but will no longer receive updates or support.
 * For related content recommendations, see Contextual Related Posts: https://wordpress.
   org/plugins/contextual-related-posts/
 * For popularity-based recommendations, see Top 10: https://wordpress.org/plugins/
   top-10/
 * Modified: Compatibility bump for the latest versions of WordPress and PHP.

#### 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](https://github.com/WebberZone/where-did-they-go-from-here/releases).

## Meta

 *  Version **3.3.0**
 *  Last updated **3 weeks ago**
 *  Active installations **300+**
 *  WordPress version ** 6.6 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tag
 * [related posts](https://wordpress.org/plugins/tags/related-posts/)
 *  [Advanced View](https://wordpress.org/plugins/where-did-they-go-from-here/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/where-did-they-go-from-here/reviews/)

## Contributors

 *   [ Ajay ](https://profiles.wordpress.org/ajay/)
 *   [ WebberZone ](https://profiles.wordpress.org/webberzone/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/where-did-they-go-from-here/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://wzn.io/donate-wz)