Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bosal

    (@bosal)

    when i add just one param, it works like a dream, but i must have 3 atleast

    Thread Starter bosal

    (@bosal)

    Please have anyone try with it ? Or any Ideas?

    Thread Starter bosal

    (@bosal)

    maybe anyone has a plugin that do something like the dropdown_cats

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    dropdown_cats() cannot exclude 3 different categories. Just one.

    Also, you have to give it valid values. Just putting in ” doesn’t work.

    <?php dropdown_cats(1, 'All', 'name', 'asc', 0, 0, 1, FALSE, 0, 1); ?>

    This will display the dropdown excluding category 1.

    If you want to eliminate a bunch of categories, create a new category and make it the parent of these three child categories. Then exclude the parent, and the children of it won’t be displayed in the dropdown either.

    Thread Starter bosal

    (@bosal)

    but it would display the sub categories different, so how make it looks ok ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I hide in dropdown_cats’ is closed to new replies.