Skip to content

Where did they go from here?

Overview

Have you seen Amazon.com’s product pages? They all have a “Readers who have bought this, also bought. So, why not implement this on your WordPress blog?

This plugin will show “Readers who viewed this page, also viewed” links on your page.

How it works?

When a visitor views a blog post, the plugin checks to see if the referrer is another blog post on your site. If this is the case, then the referring post is updated with a reference to this post. And, the process continues as the visitor moves through the blog.

Thus, each post will display a list of links that other visitors went through from here. Hence, the name of the plugin!

You may wish to check out my other plugin Contextual Related Posts that finds related posts based on the content of your current post.

Features

  • Display Related Posts automatically in content / feed, no need to edit template files
  • Tracks visitors movement along your site
  • You can manually add related posts where you want them displayed
  • Exclude pages from the list of posts
  • Display post thumbnails in the list. The plugin has support for WordPress 2.9 thumbnails, use of postmeta and also the ability to grab the first image in the post

Requirements

Installing

  1. Download Where did they go from here?.
  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. Goto Options > Where go to configure.

Options

You can set the title of the posts. Default is <h3>Where did they go from here:</h3>

Enable / disable display of posts in content on single pages and / or in feed. If you don’t enable the first option, then you will need to add <?php if(function_exists('echo_ald_wherego')) echo_ald_wherego(); ?>.

By default, both options are enabled.

ChangeLog

  • 1.5.2 – Fixed: Undefined constant PHP warnings
  • 1.5.1 – Added: Russian language
  • 1.5
    • Fixed: Compability problem with WordPress blog in the subdirectory
    • New: Option to excludes posts from certain categories to be displayed
  • 1.4.2 – Fixed: language files were not being detected correctly. Added Italian translation.
  • 1.4.1 – Fixed possible clash with other plugins
  • 1.4
    • New: Implementation for tracking hits even on blogs with non-standard WordPress installs
    • New: Reset button to reset all browsing data
    • New: Option to exclude pages in post list
    • New: Choose if you want to blank out display or display a custom message
    • New: The plugin extracts the first image in the post and displays that if the post thumbnail and the post-image meta field is missing
    • Fixed: Postmeta detection for thumbnails
    • Some optimisation and code cleaning for better performance
  • 1.3.1 – Fixed problem where plugin was not tracking visits properly
  • 1.3
    • Added localisation support
    • Better support for blogs where wp-content folder has been moved
    • Added support for post thumbnails
    • Added option to display the post excerpt in the list
    • All parts of the list are now wrapped in classes for easy CSS customisation
    • Uninstall will clean up the meta tables
  • 1.2.1 – Compatibility fix for WordPress 2.9
  • 1.2 – Fix for blogs installed in a subdirectory
  • 1.1
    • Compatible with caching plugins. Tweaks that should improve tracking.
    • Display the list of posts in Edit pages / posts of WP-Admin
    • Blanked out display when no related posts are found instead of #N/A
  • 1.0 – Release

To Do

  • Comment and tell me what you would like to see added to this plugin

Writing and testing plugins takes a good amount of time. If you like the plugin and find it useful and would like to donate something for my work please do click the Paypal Donate button below. The payment is secure. I haven’t filled in any amount. Feel free to donate what you please. Any amount is welcome. Thank you :)

License

All files and their contents are licensed under the GNU General Public License (GPL).

Questions or Bugs

Known Bugs

If you have any questions or would like to report any bugs then please use the support forum.

Languages

The following translations are available:

If you would like to make available a translation for the plugin, please do drop me an email.

Downloads

Download Where did they go from here? v1.5.2
Number of downloads: 14,683
Rating: 5/5
Page on WP Extend

60 Comments

Leave a comment
  1. George Serradinho / Feb 5 2009

    Thanks for this. At this stage it just shows N/A. I think it will take a while before it shows anything.

    A quick question:

    Does it track the admin clicks?

  2. Ajay / Feb 5 2009

    As of now it does track Admin clicks. I’ll put in a check.

    And, it will take a while to populate the table.

  3. DG / Feb 6 2009

    Ajay,

    How do we omitt ‘N/A’, because it looks odd to see N/A for no post(s).

    Thanks,

  4. DG / Feb 6 2009

    Sorry! for double comment, I missed “can we omitt enitre block including heading, when no post(s) are available?

    • Ajay / Feb 6 2009

      As of now you can’t but, I think I can work out something for the next version. Let me run some tests.

  5. CharlesT / Feb 7 2009

    Thanks for this cool plugin. This would work very well, especially if you have a large enough blog. If your blog only have a few posts, then it’s going to list down pretty much everything that’s on your blog :-) .

    Does it track repeated clicks by the same person as just ONE click or multiple clicks? Just thinking that tracking it as multiple clicks would skew the results of this…

    • Ajay / Feb 7 2009

      Every click is tracked.

  6. DG / Feb 9 2009

    Ajay,

    It’s been some day, even now, the plugin is not populating the list. All it shows ‘N/A’. Any guesses, what’s wrong?

    • Ajay / Feb 9 2009

      Can you check if you have wp_head and wp_footer calls in your template?

  7. Elmar / Feb 10 2009

    Same issue as DG describes. Although having it installed the plugin for a couple of days now, all i can see ist N/A.

    I would love to see it work, sinse it provides very usefull links for the users. Yes wp_head and wp_footer is included in my template. Any Ideas?

    • Ajay / Feb 10 2009

      Which blog are you running the plugin?

      Can you edit a post you feel that visitors have moved to and see if the custom meta fields has and updated ids?

  8. Elmar / Feb 10 2009

    Thank you for the feedback. It

    • Ajay / Feb 10 2009

      I’m not sure if this is a problem with 2.6.5.

      Can you add

      add_action('wp_footer','test_footer');
      function test_footer() { echo 'This is in the footer'; }

      to the plugin file and see if it appears in the footer?

      • DG / Feb 10 2009

        It’s still not working, and I don’t see new meta ids. I’m running WordPress 2.7, do you think, it has anything to with it?

        • Ajay / Feb 10 2009

          Email me at me AT ajaydsouza DOT com the header.php and footer.php of your theme.

      • Elmar / Feb 11 2009

        Hi Ajay: Yep, “This is in the footer” is shown in the footer after adding your code. Seems that this code snippet ist called correct by the theme. But still no populated custom fields. And: no caching plugin on this blog.

    • Elmar / Feb 11 2009

      I think you got mixed up with your comment threading an the last reply to Hikari goes here ;-) . Yes, I got an error.log file. But it refers to my whole site, which has almost 6 Mio PI/month. That makes it to big to view it directly on my server. If you don

      • Ajay / Feb 11 2009

        My cPanel installation usually generates a separate error_log in each folder depending on the script. If this isn’t the case for you, then like you said there will be a lot of checking to do.

        Can you run the test on another blog to see if it tracks there?

        • Elmar / Feb 11 2009

          Yep, I

        • Elmar / Feb 13 2009

          Might be a plugin conflict. I got it running on another 2.6.5 Blog. WP version does not seem to be the problem. Leaves the plugins which I have a whole load on my other blog and which I won

          • Ajay / Feb 13 2009

            So, it is working perfectly on 2.6.5? If you do figure out which plugin, let me know please.

  9. Hikari / Feb 11 2009

    Hello! I added your plugin a few weeks ago and up until now no post is being tracked yet, all of them keep saying N/A.

    I also added a Related Posts plugin and since then I’ve noticed that ppl are browsing my blog and visibly visting posts linked by that plugin from the original post, but even with that your plugin keeps reporting N/A…

    How can I make it work?

    • Ajay / Feb 11 2009

      Can you check for the wp_head and wp_footer calls in your theme?

      Also, do you have any caching plugin?

      The plugins are working perfectly both here and on Techtites.

      • Ajay / Feb 11 2009

        Must admit that I am totally stumped that it hasn’t appeared on a single post :(

        I’m wondering if it could be because of 2.6.5.

        Can you check if there is an error_log generated on your site and if there are any references to the plugin?

  10. Richard / Feb 13 2009

    Running this plugin on 2.7 with no caching and no other plugins. I also have N/A showing with no other output. wp_head and wp_footer is in my theme files. Guessing from the similar findings here, I think there may be a little bug here?? Please try and fix, this is such a useful feature. Thanks.

    • Ajay / Feb 13 2009

      I guess one thing could be that the Referrer is being blocked.

      Am going to brainstorm to see if I can find a better solution.

      • Richard / Feb 13 2009

        Thanks Ajay, I look forward to seeing a working version of this.

        • Richard / Feb 17 2009

          Any idea of a timescale with this? I just need to make decission on a production site quite soon. Thanks-really want to use this plugin…

          • Ajay / Feb 17 2009

            I honestly am not sure of the timeline. I’ve put this to work on a few blogs on different servers and things work fine.

            I’m working on an easy way to display list of “followed” posts in the admin area.

            I’ll try to get a release out in a week with these updates.

          • Richard / Feb 17 2009

            Ok, thanks for the update.

          • Ajay / Feb 18 2009

            You should see a release today :)

            I believe this should track better than before.

            List of related posts will also appear on Edit pages in WP-Admin

  11. Elmar / Feb 18 2009

    Hi,

    I could not figure out, which plugin was colliding with yours, so I hopefully get it to work with the new release announced from you above. Thanks for your engagement.

  12. Umar / Feb 19 2009

    great job on this plugin Ajay

  13. Richard / Feb 23 2009

    Hi Ajay. I have the latest versio on my site. So far I can see no output at all and nothing in the admin edit pages. How can I tell that the plugin is working? or not … Thanks.

    • Ajay / Feb 23 2009

      Do you see the extra column in the Edit posts screen?

      Try browsing through your site from post to post for this and see if it gets updated.

    • Ajay / Feb 23 2009

      I just checked your blog. The plugin appears to be working perfectly. The only explanation could be that something is blogging referrers.

  14. Hikari / Mar 1 2009

    Great job in v1.1, tnx!!

  15. Bryan Eggers / Mar 4 2009

    I love this plugin and have been recommending it to people. However, I realized today that it conflicts with Clean Archives Reloaded (a plugin I can’t do without). What happens is that the page fails to load when both plugins are working on that one page (not a sidebar).

    Is there an easy way to stop your plugin from displaying just one one page? I couldn’t quite figure that out from the instructions.

    Thanks!

    • Ajay / Mar 4 2009

      What is the exact problem that you face? Any particular error message?

    • Richard / Mar 4 2009

      One easy way is to make a page template and put the template tag for clean archives in it WITHOUT the template for where-go I did this on my site and the 2 plugins work happily. there will be other ways to stop the 2 plugins fighting…

  16. Vito Botta / Apr 27 2009

    Hi, thanks for this plugin, the idea is great!
    I have installed it in my blog, which I am still working on, but it seems to ouput nothing on the page. I can see the extra column in the Admin area, but it only shows “N/A” regardless of my surfing from post to post. On the blog instead nothing is shown at all.
    I am using WordPress 2.7.1 with Thesis theme.
    Is there something I can try?
    I really like this idea.

    • Richard / Apr 30 2009

      This is quite common when you first activate the plugin. It needs to gather data from referrers and if your site is not very busy this can take some time. I’ve installed it on some sites and it always works, but can take a few days. Just make sure you can see the template in the page source code.

  17. Digigirl / Apr 29 2009

    I just installed the plugin and now when I go to any post on my site, I get a little box that says “Ajax error.” You can just click OK and it goes away, but it’s annoying. Any ideas?

  18. Angsuman Chakraborty / Apr 30 2009

    Came to your blog after a long time and really love your new theme.

    Does this plugin use Ajax to update the data? Otherwise it won’t work with any caching plugins / software in place. Let me know if you have plans for this.

    Take care…

    • Ajay / May 1 2009

      Thanks for stopping by :) The plugin uses Ajax to track the posts. So, it is perfectly compatible with any caching plugin. I have WP-Super Cache on this blog as well as Techtites

  19. daphne / May 1 2009

    I installed and it’s not showing up … I’m using wp2.7.1

  20. skykid / May 3 2009

    Just installed ” Where did they go from here? ” at theskykid.com and am curious to find out its impact on the blog. Thank you for creating this plugin. Will get back when I could provide some more feedback

Trackbacks and Pingbacks

  1. Updated WP Plugin: Where did they go from here? | Weblog Tools Collection
  2. WP Plugin: “Where did they go from here” Updated | Weblog Tools Collection
  3. WP Plugin: Where did they go from here? | Weblog Tools Collection
  4. Where did they go from here v1.1 released | Ajay - On the Road called Life
  5. WordPress Plugin Releases for 02/18 | Weblog Tools Collection
  6. Top 60 incredibly useful WordPress plugins to power up your blog
  7. Some Powerful WordPress Themes | Shefeekj.com
  8. 9 Ways to Make Your WordPress Blog ?Smart? | JAKE SONG
  9. Reader Referrals | Blogging, RSS and Podcasting | SlyVisions dot Com
  10. Customize your Wordpress blog to become an elite blogger | Web development and design blog - Webdevelog
  11. Top 20 WordPress Plugins list

Leave a comment