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.