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 Friday, February 20th, 2009 at 7:19pm

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

  If you have found this page useful, please consider donating. Thanks!

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: « 1514 13 12 11 10 [9] 8 7 6 5 41 » Show All

  1. 135
    Alan

    is there a version for page of this plugin?

  2. 134
    Alan

    How come i cant see this in search plugin in wordpress?

  3. it is very useful plugin. i will try it for my 2 blogs.. thank you so much.

  4. I need to know if function dmcc_generate can include ddmcc_num_cols and how do i define it on dmcc_generate();

    I need to place it on several location let say I set 2 col for cat index.. then i want to display 5 col in footer.

    Please advise..

  5. 131
    Rand

    can this be possible..
    i want to exclude a category and its entire subcategory…

    This plugin only exclude the specific category ID and doesnt include the sub category. can someone help me…

    nice plugin btw.

  6. 130
    Howard

    Great plugin but I need to be able to nofollow the category links. When this plugin is activated it disables or overrides other category nofollow plugins like Nofollow Categories and Ultimate Noindex Nofollow Tool.

  7. Good thing I’ve bumped into your post looking for this kind of plugin. :) This is really a great plugin I might say.

  8. 128
    Shirasade

    This sounds as if it would be perfect for my site, which has a lot of categories and child-categories. However, I’m using Wordpress 3.01 and can’t find the admin panel for the plugin anywhere. Is it no longer compatible?

  9. Hey Its Easy
    But You Need to Modify It If You Wanna Have the Click on Letter and Scroll Down Feature Contact me on my Site and Leave a Comment in the Request Page I will Give You My Version of This Wonderfull Plugin!
    Anime-Exceed.com

  10. 126
    doodle

    Hi I’m having problems with the plugin. I can’t seem to get this to work in my sidebar “categories”. What do I do?? I’d also like to remove the letter header. Can somebody help??!! Maximum frustration levels :P

  11. I have installed your plugin and really its nice one. I have many categories and sub-categories and needs to display the sub-categories under each main category.

  12. Looks great! Am planning to install it on one of my sites. Is it compatible with the latest version, 2.9.2?

  13. 123
    cyber69

    http://tinyurl.com/ctz88y

    i have found this site using this plugin, but they have extra feature that if i click any letter of from header i scroll down auto to the alphabetical list. how can i make this one.

  14. I have installed your plugin and really its nice one.

    I have many categories and sub-categories and needs to display the sub-categories under each main category.

    Please let me know how to do this.

  15. Really nice plugin. Thank you for sharing.

Pages: « 1514 13 12 11 10 [9] 8 7 6 5 41 » 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.