I’m trying to show a list of my categories in a drop down on WordPress using:
<?php wp_dropdown_categories( $args ); ?>
But using jQuery i’m trying to make the page display all categories, then when one is selected from the drop down menu hide all but the selected category.
Does anyone have an ideas?
Try this one:
Thanks.