List your categories, tags, or custom taxonomies into multiple, customizable, columns.
You can implement a new list by adding the shortcode [mctl] to the content of a page. By default, it will output the categories into three columns with a heading of Categories. You can customize the output using attributes in the following format: [mctl taxonomy='post_tag' title='Tags']
category, post_tag, custom_taxonomy_namecategoryCategoriesh1, h2, h3, h4, h5, h6, ph33name, id, slug, countnameASC, DESCASC0 is false/off and 1 is true/on
0, 10exclude='12,13,22')0 is false/off and 1 is true/on
0, 10rss is on.
/wp-includes/images/rss.pngAlternatively, you can implement a new list by adding the the template tag <?php multi_column_tax_list(); ?> anywhere in the code of your theme. Just like the shortcode, by default it will output the categories into three columns with a heading of Categories. You can customize the output using a string of parameters in the following format: <?php multi_column_tax_list( 'taxonomy=post_tag&title=Tags' ); ?>
Refer to the above attributes for customizations.
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?