Related External Links
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.
Shortlink: http://kovshenin.com/429














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 :)
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