How to remove the sidebar in Storefront’s WooCommerce Theme
Just a little code snippet to remove Storefront’s sidebar.
Read moreJust a little code snippet to remove Storefront’s sidebar.
Read moreJust a little code snippet to remove Storefront’s header cart.
Read moreJust a little code snippet to remove Storefront’s breadcrumbs.
Read moreJust a little code snippet to remove Storefront’s search form.
Read moreEven if you like the Storefront theme as much as I do, you probably don’t want to show everyone, that your WooCommerce store is based on that theme. So you can either simply remove the credit from the footer by adding this snippet to your (child-)themes functions.php: add_action( ‘init’, ‘tk_remove_storefront_footer_credit’, 10 ); function tk_remove_storefront_footer_credit ()
Read moreThere are many reasons why you want to remove the default sorting functionality from the shop and the category page of the Storefront WooCommerce theme. Let’s say your shop sells only 10 products. Do you really need it then? Or maybe you want to write your own filter and sorting system for a shop. So
Read more