Welcome to Dagon Design. In addition to free scripts, WordPress plugins, and articles, we offer a variety of services including custom theme design, plugin creation, and PHP scripting. Contact me for more information.

Version 1.3   Updated Saturday, September 29th, 2007 at 3:15pm

Multi Column Category List Plugin for WordPress

This plugin generates an alphabetical listing of your WordPress categories in multiple columns. You can choose the number of columns to display, with an option to split up the list of categories by letter. It also supports the use of a custom header to help separate the categories. For example, you could have it say ‘Topics: A’ and then list the topics that start with ‘A’, etc. The category list can easily be added to any post or page with the trigger text, or called directly from a template file. A CSS file is also included for easy style changes.

Related Plugins

There is also a plugin available to generate a multi-column list of your WordPress links.

Download

Installation

  • Download the above file and uncompress
  • Upload dd-multi-col-cats.php to your plugins directory
  • Upload dd-multi-col-cats.css to your theme directory
  • Activate the plugin from the WordPress admin panel
  • Configure the options under the admin panel: Options - DDMultiColCats

Usage

To use this plugin, simply add the following trigger text to a post or page:

<!-- multicolcats -->

If you prefer, you can also call the function directly from a template file with the following command:

<?php echo ddmcc_generate(); ?>

Change Log

  • 09-29-07 Version 1.3 - Updated for WordPress 2.3. Added ‘Load Default Options’ button. Removed javascript expand code because it was too buggy.
  • 05-16-07 Version 1.2 - Updated for WordPress 2.2.
  • 03-02-07 Version 1.1 - Option added to allow click-to-expand lists. Special thanks to Richard K Miller for submitting the code!
  • 02-03-07 Version 1.0 - First release.

Options

Here are the options available for this plugin under the WordPress admin panel

Number of columns

The number of columns that the categories will be shown in. If you want to show more columns than your layout width will handle, you can adjust the width of each column in the CSS file.

Separate items

Here you can choose to separate the categories by letter, with a custom separation header, or no separation at all.

Separation header

If the separation option is enabled, this is where you enter your separation text, which will be shown above each set of items. You can use %L to show the letter. For example, if you enter Topics: %L then it will show Topics: A, (list of cats), Topics: B, (list of cats), etc…

Excluded categories

This is a comma-separated list of the category IDs you want to exclude from the list.

Pages: « 5 [4] 3 2 1 » Show All

  1. 60
    danielle

    thanks! now i can sleep.

  2. Good job plugin for wordpress.

  3. This plugin is great! But, when works to wp-2.6.2?

  4. 57
    Rade

    hello,
    does anybody find way to show only child_of some category id?

    thanks

  5. Great plugin. I am wondering if there’s a way to add the RSS link for each category beside the category name?

  6. 55
    Sadik

    Hi Friedns,I have used this plugin in my site and i wanted to create categeory list in Column so i used that trigger text(), and the function directly, but it is nt working.
    Can anyone help me to solve this problem …… ??
    And one more thing is that to use this plugin,is that necessary to use another plugin XML Site Map Generator to work MCCL plugin ??

  7. Hi have tested it in wordpress 2.51 and it works, when you call switch the post format from view to html. THen add this should do the trick.

    Hope this helps

    Bradd

  8. 53
    Peter Lurie

    Unable to get this to work in 2.5.1

    I have tried using the trigger text, and the function directly, but no go.

    Weird, because multicollinks DOES work! Any ideas?

  9. 52
    Not Working

    Hello

    I have installed this plugin but it looks like is not working for the latest version of wordpress.

    I have tried everything, but my efforts was in vain :(

  10. This is a cool plugin, I am going to use it to my blog.

    Jeff
    http://www.ScriptsAhead.com

  11. 50
    Rade

    Hello, thanks for this great plugin, i will use it on my website just i have one simple problem.

    1. Where in code to add the line to see all the categories even they are empty. i tryed update_option(’ddmcc_hide_empty’, ‘0′); but doesnt work.

    2. And also it would be great if you have idea how to change color of empty categories if you add them on list.

    Thanks for the answer!

  12. This plugin sounds like just what I need. I am going to download it and give it a shot. It would be cool if you had a link to sample output of this plugin to illustrate exactly what the end result looks like. Look forward to giving it a shot. Thanks,Richard

  13. GREAT plugin! Is there any way to adapt it to show all the tags in columns to make a tags archive? There used to be an add on for Ultimate Tag Warrior (link) that used to do the trick, but it was never updated to the newer WP versions… it’d be really cool if this plugin was adaptated for that!

  14. This is a cool plugin and I am using it on my site.

  15. This plugin is great! I too would love to know how to show post count next to the category, everything I have tried so far hasn’t worked.

    thanks

    Joe
    http://www.IMwithJoe.com

Pages: « 5 [4] 3 2 1 » Show All

Leave a Comment

Before you comment: If you are having an issue with a script, please make sure you have read the entire article. Also, please read through the comments because most common issues have already been discussed many times. Thanks.


Be sure to wrap all code in <code></code> tags.