Forums

Exclude sub categories (5 posts)

  1. nikos
    Member
    Posted 3 years ago #

    Hello, how can I exclude subcategories from showing. I want to have only my main categories show up and I have this code:

    <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 1, 0,'','','','','') ?>

    I can't find the correct point in this code to change so only main categories appear.
    Any help would be greatly appreciated.

    Thanks

  2. Chris_K
    Administrator
    Posted 3 years ago #

    list_cats for documentation. Looks like the 11th parm is a true/false to show children.

    So, try something like
    <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 0, 0,'','','','','') ?>

  3. moshu
    Member
    Posted 3 years ago #

    HS meant this link Template_Tags/list_cats :)

  4. Chris_K
    Administrator
    Posted 3 years ago #

    Doh. Thanks Moshu. Darned shortcuts got me.

  5. nikos
    Member
    Posted 3 years ago #

    Whataver the setting, it always shows ALL categories (and sub as well, like they're equal with main categories).

    Doesn't seem to work this parametric setting.

Topic Closed

This topic has been closed to new replies.

About this Topic