Have you ever wondered where do your readers go after reading a particular post? Would you like to know what other articles within your page that might have caught their interest?

In the spirit of sharing, today I’d like to introduce to you a plugin - I’m not too sure if it is the first of its kind but it certainly caught my attention - aptly named Where Did They Go From Here?

What it does is that if there are related links within a page for your readers to explore further, it will detect when the link is clicked and automatically show a list of recently-viewed (recently-clicked) pages or posts. Basically it tells you what grabs the attention of your readers.

You can see it in action here right after this article under the heading of “Readers who viewed this page, also viewed:

Installation

  1. Installation is super easy, just download, unzip, upload and activate.
  2. The plugin should automatically add the list to the bottom of every single page right before the comment form.

What If You Want It Anywhere Else…

Frankly speaking, the installation guide on the plugin page could have been made better. Fact is I had to dig into the comment section to search for users’ suggestions on the “how-to”.

Here’s what you could possibly do..

  1. Comment out add_action(’comment_form’,’show_where_they_go’); found at the end of the plugin code and
  2. Add this function call <?php show_where_they_go(); ?> to your single.php file anywhere you want it, preferably right after the post.

Post-Installation

  1. On your footer.php, make sure that it has the following line <?php wp_footer(); ?> right before the close of the body and html tags.
  2. Change the variable to show how many links you want to display $maxLinks = 5; where the default is 5
  3. You will see a N/A sign when there is nothing clicked
  4. Compatible with WP 2.6

Download Where Did They Go From Here? v1.4

My Thought

Though it doesn’t tell me who is visiting what, this nifty plugin is a nice complement to my list of related posts. Not only it’s a good way to promote other interesting pages on my site, I could track and study the behavior of my readers. Besides, it works well with most of the related posts plugins.

Let me know what you think?

Sponsored Link