Wordpress widget how to only display sub-categories based on selected Parent Category?

后端 未结 3 1190
抹茶落季
抹茶落季 2021-01-01 03:05

I was wondering if anybody know hows to modify the existing category widget to only display the categories within the selected parent category. Example:

If my catego

3条回答
  •  无人及你
    2021-01-01 03:47

    Thanks for your help. I was able to get it to work by doing this...

    cat_ID."&echo=0");
        if($this_category !='
  • No categories
  • ') { echo '

    Products

    '; echo '
      '.$this_category.'
    '; } } ?>

提交回复
热议问题