This widget uses Javascript to dynamically expand or collapsable the set of links for each link category.
IMPORTANT! Please deactivate before upgrading, then re-activate the plugin.
Unpackage contents to wp-content/plugins/ so that the files are in a collapsing-links directory. Activate the plugin in your WordPress Admin interface -- Collapsing Links.
To use the plugin manually, change the following here appropriate (most likely sidebar.php):
Change From:
<ul>
<?php get_links_list(); ?>
</ul>
To something of the following:
<?php
if( function_exists('collapsLink') ) {
collapsLink();
} else {
echo "<ul>\n";
get_links_list();
echo "</ul>\n";
}
?>
You can add parameters to the collapsLink() function as described in the options section.
simply go the Presentation > Widgets section and drag over the Collapsing Links Widget.
Requires: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2010-6-23
Downloads: 12,155
Got something to say? Need help?