How to Remove the Orderby Dropdown for Products in WooCommerce

While working on a recent customization for a WooCommerce site, I had a little difficulty tracking down exactly where the orderby drop down that appears above product listings lives in the code.  Since I didn't find a blog post addressing this directly, I thought I would share what I figured out. To remove the drop … Continue reading How to Remove the Orderby Dropdown for Products in WooCommerce

The woocommerce-hooks.php file is where it’s at for WooCommerce Templating

EDIT: This file has been moved to woocommerce/includes/wc-template-hooks.php Fully customizing WooCommerce did not make sense to me until I finally tracked down this file: /wp-content/plugins/woocommerce/woocommerce-hooks.php. This file lists all of the hooks and all of the actions that are added to the hooks. So, if you've ever tried searching through the rather abstracted template files … Continue reading The woocommerce-hooks.php file is where it’s at for WooCommerce Templating

Creative Market is the First All GPL Licensed WordPress Theme Marketplace

Congratulations to Creative Marketplace for being the first WordPress marketplace to go 100% GPL with their licenses.  The GPL license basically allows for free sharing and editing of WordPress themes.  WordPress.org has made a move to have theme developers move to this licensing and I think it's awesome to see this happening. Interestingly there were … Continue reading Creative Market is the First All GPL Licensed WordPress Theme Marketplace