Forums

Collapsing Categories
[resolved] Cannot expand categories (1 post)

  1. espnicholas
    Member
    Posted 7 months ago #

    At the moment I am having issues with expanding category lists with the manual input for the category list plugin.

    <?php
    echo "<ul class='collapsCatList'>\n";
    if (function_exists('collapsCat')) {
      collapsCat('animate=1&catSort=ASC&expand=2&inExclude=include&inExcludeCats=places&showTopLevel=0&expandCatPost=1&showPosts=0&linkToCat=1&debug=1');
    } else {
      wp_get_categories('');
    }
    echo "</ul>\n";
    ?>

    This is what I am currently using, any help would be strongly appreciated !

    http://wordpress.org/extend/plugins/collapsing-categories/

Reply

You must log in to post.

About this Plugin

About this Topic