Forums

wp_list_categories include or exclude by category name instead of ID# (1 post)

  1. marklandry
    Member
    Posted 3 years ago #

    I am trying to figure out how to use wp_list_categories to include or exclude by category name instead of ID#

    Currently:
    <?php wp_list_categories('include=4,&title_li='); ?>

    I know that this is possible with gettting categories like:
    <?php the_category('category_name=NAME OF CAT'); ?>

    So I am thinking it should work for list_categories.

    Possible?

Topic Closed

This topic has been closed to new replies.

About this Topic