Forums

[resolved] Hide sub-categories using category widget (3 posts)

  1. nims
    Member
    Posted 2 years ago #

    How can I hide children categories/ sub-categories using categories widget that comes with wordpress.
    Is there any other widget that can help and works well with 2.9.1 ?

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    Consider downloading and installing Otto's PHP Code Widget.

    Then use the depth=1 argument template tag, wp_list_categories(), in one of those widgets. Something like:

    <?php wp_list_categories('depth=1'); ?>
  3. nims
    Member
    Posted 2 years ago #

    Thanks Solved !

Topic Closed

This topic has been closed to new replies.

About this Topic