Skip to content

Instantly share code, notes, and snippets.

View hardikdashora's full-sized avatar

Hardik Dashora hardikdashora

View GitHub Profile
@hchouhan
hchouhan / WooCommerce Snippet Product Category Dropdown Widget
Created March 15, 2014 19:18
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' ); ?>
@corsonr
corsonr / gist:6681929
Last active March 2, 2021 18:14
WooCommerce - Create a product categories dropdown list in a shortcode
<?php
/**
* WooCommerce Extra Feature
* --------------------------
*
* Register a shortcode that creates a product categories dropdown list
*
* Use: [product_categories_dropdown orderby="title" count="0" hierarchical="0"]
*