Links

Link Icons

Redirection

  • * Redirection
    Redirection is a WordPress plugin to manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. This is particularly useful if you are migrating pages from an old website, or are changing the directory of your WordPress installation.

Adding Links

  • Simple Link
    Simple Link is a plugin that enables you to add links to a posted post on certain text you selected with just a click!
    If I click on the links they are not added to the text.
  • * Insights (Quick search within blog or google/wikipedia/flickr/… and adding into the blog)
  • Cross-linker (This plug-in automatically hyperlinks selected words to defined URLs, these are selected in the option page for the whole site)

Diverse Link Tools

  • Cross-references
    With this plugin you can manually set a reference to another post or page in posts und pages and you get all backward references automatically listed for every post and page.
  • Link Summarizer
    With Link Summmarizer you can produce a list of all the links you referred to in a posting.
    Either shown on every page or added with
    <?php if (function_exists('get_link_summary')) get_link_summary(); ?>
    Unfortunately tends to disable the display of pages without links, whithout producing any php error message.
  • Backlinks (searches for backlinks via google), requires libary SimplePie Core List is shown with
    <?php if (function_exists('backlinks')) backlinks(); ?>
    or the provided widget.