List your categories, tags, or custom taxonomies into multiple, customizable, columns.
Yes! To use your custom taxonomy that you have registered with register_taxonomy, simply add the taxonomy=custom_taxonomy_name attribute.
If you are having problems seeing any output with your custom taxonomy, it's usually one of two things:
public => false when you registered the taxonomy. It needs to be true: public => trueIf you want to customize the appearance of the lists using your own CSS, here's how to do it:
functions.php file: add_filter( 'mctl_css', '__return_false' );css/multi-column-taxonomy-list.css into your theme's style.cssstyle.css as needed
Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-28
Downloads: 4,077
0 of 2 support threads in the last three weeks have been resolved.
Got something to say? Need help?