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…





Pingback: TrumpetBoy » Announcing “Show/Hide links”.
hi, can you help me? i dont know where i put the show_hide_links () ..
can you tell me?
showhide_links_list() ;D
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.
Pingback: TrumpetBoy » Blog Archive » Wordpress 2.1 RC1 - Show/Hide Links incompatibility.
Pingback: TrumpetBoy » Blog Archive » Wordpress Plugin - Show/Hide Links v.3.0