Howdy! Thanks for coming and enjoy your stay! Take a look at the sitemap and don't forget to chirp!

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.

45 Responses to “Related External Links”

  1. 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.

    • kovshenin (@kovshenin)

      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.

            • kovshenin (@kovshenin)

              Lol, guess I missed that, sorry. Anyways, will get a fix in the next release. Thanks for noting :)

              • John Crumpton (@johncrumpton)

                Thanks for the plugin, just what I wanted! However, still not loading in pages in the admin, any chance you could get that updated :)

  2. Hi, I added an external link to this post http://reboltutorial.com/glossary/parse/ but no link seems to appear ?

    Thanks.

    • kovshenin (@kovshenin)

      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 ?

      • kovshenin (@kovshenin)

        Well I haven’t tested it with WordPress MU, sorry. I’ll try to come up with a fix whenever I have some time.

  3. fma

    Hello,

    How to specify to open links in a “_blank” window?

    thanks

    • kovshenin (@kovshenin)

      Edit the related-external-links.php file ;)

  4. Bo

    Should this work in 2.8.6. I don’t seem to be able to have any links saved when updating posts.

  5. bluantinoo

    how could I put the widget directly in the template file?

  6. Chad

    I am looking to add this to my sidebar

    what is the php code to display the related posts from within a page

  7. Phil (@flashpixx)

    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

Including pingbacks & trackbacks

  1. You can be the first!