Related External Links
March 6th, 2009
Thank you for using Related External Links.
Description
My second WordPress plugin. Special task from a WordPress Plugins Ideas entry by bluebird2. So I’d like to present some sketches on this.
- Easy to install
- Up to five external links per post
- Widget appears in your sidebar only on single pages and those who have related external links
Screenshots
Download, changelog and other notes
Download link, changelog and other notes. Officially hosted in the WordPress.org Plugin Directory: Related External Links. I also like when people with WordPress.org accounts vote it up ;) thanks!
Please supply any feedback to the comments section of this page. Pingbacks and trackbacks are appreciated too. Thanks for all your contribution.
This is the fastest and easiest way you can reach out to me. Just type in your message in the box below and click Tweet. If it's the first time you're tweeting via this form, you'll be directed to Twitter to grant access. Alternatively you can use my 












Is it possible to have a different list of links for each page?
Page A gets related link list A,
Page B gets related link list B, etc.?
My client will want to update the lists, so this is very close to what I need.
Thanks.
Yes, Bill, you can have a different list of related links for each page and post.
Sorry to bug you again, but how do you add this to a page? Shows up fine in posts but not pages.
nm! got it… if (is_single() || is_page())
happy day!
ok.. well sry.. here I am again.
Shows up on the page.. but there is no input mechanism in the admin for pages.
Lol, guess I missed that, sorry. Anyways, will get a fix in the next release. Thanks for noting :)
Thanks for the plugin, just what I wanted! However, still not loading in pages in the admin, any chance you could get that updated :)
Hi, I added an external link to this post http://reboltutorial.com/glossary/parse/ but no link seems to appear ?
Thanks.
Did you add the shortcode?
Sure I added related_exlink_1 to http://reboltutorial.com/blog/category/parsing/
Maybe it’s because I use WordPress Mu ?
Well I haven’t tested it with WordPress MU, sorry. I’ll try to come up with a fix whenever I have some time.
Hello,
How to specify to open links in a “_blank” window?
thanks
Edit the related-external-links.php file ;)
Should this work in 2.8.6. I don’t seem to be able to have any links saved when updating posts.
how could I put the widget directly in the template file?
I am looking to add this to my sidebar
what is the php code to display the related posts from within a page
Thanks for the great plugin, but I found a bug with strict HTML:
The command in line 115 & 127 run always, so there are blank -tags. In HTML strict they are illegal, so I have add this statements in the code:
at line 116: $set = false;
inside the if: $set = true;
and after line 127: if (!$set) $out = null;
with this 3 lines the plugin creates HTML strict code
Greetings
Phil