Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hchouhan/9572382 to your computer and use it in GitHub Desktop.
Save hchouhan/9572382 to your computer and use it in GitHub Desktop.
Widget in Template code to display WooCommerce Product Categories as a dropdown
<?php the_widget( 'WC_Widget_Product_Categories', 'title=&hierarchical=1&orderby=name&dropdown=1' ); ?>
@marcelo2605
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment