Code Snippet For Various WooCommerce Page URLs

1. Shop URL Get the WooCommerce Shop URL (this is the root category page) with the following: 2. My Account URL Get the WooCommerce Shop URL (this is the root category page) with the following: 3. My Account URL Get the WooCommerce Shop URL (this is the root category page) with the following: 4. Cart […]

“Clearfix” Code Snippet & what the hell is it !

A clearfix is a way for an element to automatically clear its child elements, so that you don’t need to add additional markup. It’s generally used in float layouts where elements are floated to be stacked horizontally. The clearfix is a way to combat the zero-height container problem for floated elements. A clearfix is performed […]