I think, with some careful HTML you could get away with not using this plugin at all.
But, if you want a version of wp_list_cats() or list_cats() that works fine inside an ADxMenu, without having to hack your main WordPress code, then you might like this plugin ... it adds the functions adx_wp_list_cats() and adx_list_cats(), which are almost functionally identical but don't make ADxMenu misbehave.
ADxMenu lives here and is very cool. I'm using it on the new Fleet FM site (upgrade in progress, afraid I can't take credit for the current site).
Comments
Hello, I am testing WP
Hello,
I am testing WP (2.1) on http://www.knurft.net/phoenix and want to implement a drop-down menu. ADxMenu looks great. I downloaded your plugin, installed and activaded it. But... Wat next? How do I get working in WP?
Greetings,
Gerard Poels
Hi Gerard This plugin
Hi Gerard
This plugin provides versions of wp_list_cats and list_cats that don't make ADxMenu misbehave. To use it, you need to edit your theme file and replace the use of wp_list_cats() with adx_wp_list_cats() (including any specific arguments you want to use).
You'll still need to install ADxMenu to your tastes; this plugin only tweaks the output of WordPress's category functions to suit ADxMenu; it doesn't install ADxMenu for you. (From memory, the original WP functions had an extra tag or two that made ADx misbehave.)
Would appreciate any feedback you have once you get it working!
Cheers
Post new comment