Announcing Show/Hide Links v.2.0

I’m pleased to announce version 2 of my “Show/Hide Links” plugin for WordPress. The principle is the same as the original except that now it runs with a DOM-based Javascript which keeps the outputted code a lot cleaner. It will now also work in XHTML sites served with an “application/xhtml+xml” mime-type.

I’ll be posting a page for this plugin here on the site shortly but, in the meantime, you can download it here.

Installation couldn’t be simpler: just upload the “show_hide_links” directory to your WordPress plugins folder and Activate the plugin in your Plugins Admin Panel.

Enjoy…

Update (24/01/07): New version which works with WordPress 2.1.

This entry was posted in Uncategorized and tagged , , . Bookmark the permalink.

6 Responses to Announcing Show/Hide Links v.2.0

  1. Pingback: TrumpetBoy » Announcing “Show/Hide links”.

  2. jose says:

    hi, can you help me? i dont know where i put the show_hide_links () ..
    can you tell me?

  3. jose says:

    showhide_links_list() ;D

  4. TrumpetBoy says:

    Sorry for this delayed reply – lots of travelling in the last couple of days…

    Use “showhide_links_list()” in your Links page template. If you take the Links template from the WordPress Default theme as an example, you simply need to locate:


    <ul>
    <?php get_links_list(); ?>
    </ul>

    and replace it with:


    <?php showhide_links_list(); ?>

    Hope that helps – I’ll find a spare minute sometime to make that clearer in the README file.

  5. Pingback: TrumpetBoy » Blog Archive » Wordpress 2.1 RC1 - Show/Hide Links incompatibility.

  6. Pingback: TrumpetBoy » Blog Archive » Wordpress Plugin - Show/Hide Links v.3.0

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>