• Hello all, I am trying to display the child categories from their parent categories, I’m using this code:

    <?php wp_dropdown_categories("child_of=83&hierarchical=1&orderby=name"); ?>

    83 is the ID of the parent category, it shows nothing… Anyone knows how to fix this? I’ve been checking the code for hours now…

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Not sure if you sorted this out but are there any posts in those child categories you are trying to show?

    Categories with no posts will not show up by default unless you add hide_empty=0.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_dropdown_categories not working any ideas?’ is closed to new replies.