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…


TrumpetBoy » Announcing “Show/Hide links”. | February 3rd, 2006 at 5:39 pm
[...] Update: Version 2 of this plugin is now available. Check it out… [...]
jose | April 29th, 2006 at 8:44 pm
hi, can you help me? i dont know where i put the show_hide_links () ..
can you tell me?
jose | April 29th, 2006 at 8:45 pm
showhide_links_list() ;D
TrumpetBoy | April 30th, 2006 at 10:03 pm
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.
TrumpetBoy » Blog Archive » Wordpress 2.1 RC1 - Show/Hide Links incompatibility. | January 19th, 2007 at 12:53 am
[...] upgraded to this new release on this site and it’s been mostly fine except that my Show/Hide Links plugin doesn’t work. The database tables have been changed and the plugin calls something [...]
TrumpetBoy » Blog Archive » Wordpress Plugin - Show/Hide Links v.3.0 | January 24th, 2007 at 4:44 pm
[...] posted the other day that installing WordPress 2.1 (RC 1) had shown up some deficiencies in my Show/Hide Links plugin. I finally had time to sit down and fix it [...]