Download my latest version (1.2.01.18) and you can customize the placement of the Menu Item. Plus, I’ve made the Tag and Category headings in the Tree View widget link to that Tag or Category. With over 4,000 downloads I’m finally starting to get some good feedback too. Keep it coming!
Related Posts by Tags
- New plugin – EZ Google Analytics (Oct 8th, 2014)
This plugin includes your Google Analytics tracking code on your pages and posts.
Download it here: wordpress.org
- Happy Birthday Blog (Oct 8th, 2012)
This Blog is one year old today. Now I can use the SMALY Widget that I wrote for the SHH Blog on this Blog. You can see links to my one-year-old posts on the sidebar under "THIS DAY IN HISTORY".
- A New WordPress Widget for SHH Blog (Apr 4th, 2012)
I just created a small Widget for the SHH Blog that runs a simple query to find posts posted around the same time last year.
- Now available in the WordPress Repository (Mar 26th, 2012)
I just released my new Anti-Malware plugin for WordPress. It is still in BETA but I think it will be very helpful in removing malicious scripts and patching security vulnerabilities.
Please ...
I love your plugin!
is possible to exclude 1 category in the list?
tnx bb
Around line 270 there is a foreach loop:
if ($all_tags)
foreach ($all_tags as $tag)
$tags[''.$tag->term_id] = $tag->name;
You could add a condition inside that loop that would exclude you unwanted Category. If you unwanted Category was “Hidden Posts” then your code would look something like this:
if ($all_tags)
foreach ($all_tags as $tag)
if ($tag->name != "Hidden Posts")
$tags[''.$tag->term_id] = $tag->name;
Hello!
Today i update your plugin to the new version, and now i have this error: “Warning: Invalid argument supplied for foreach() in /home/nivam/pplenka.ru/docs/wps/wp-content/plugins/spostarbust/index.php on line 457”
if i turn off your plugin, no errors…
Thanks for letting me know!
I just released version 1.2.02.17 with a fix for the Warning: “Invalid argument supplied for foreach” on line 457.
Mahalo nui, Eli
I loved your plugin, but recently it has been acting strangely – first showing nothing, though settings were the same, then showing related content beneath post, though settings were clearly set for tree view in widget only. So I’m only disabling it for now, till I have time to test what’s going on.
I recently released a new version with a lot of bug fixes. Please give it a try and see if it resolves your issues.
Is there a way to randomize which related posts are shown?
No, I’m sorry but right now the query just pulls the most recent post matching your Tags or Categories. I guess I could look into other optional parameters to pass to the query. I’ll put this on the wish list and see if I can work it into a future release.
Donations always help me come up with the time to do stuff like this ;-)
Thanks for your interest,
Eli
I added the option to change the sort criteria and RAND is one of the options. Please download version 1.2.03.14 and let me know how it works for you. Also please vote “Works” and rate Five Stars on WordPress.org