Remove Sale Text in WooCommerce
If products are on sale, WooCommerce has built in functionally that adds a badge over the product preview. It’s helpful…
If products are on sale, WooCommerce has built in functionally that adds a badge over the product preview. It’s helpful…
WooCommerce has a helpful dropdown with sorting options that shows by default when using a supported theme. On a site with…
By default WooCommerce shows the result count, which is handy, but sometimes you’ll want to remove result count. Why would…
The default button on product previews, and the product page itself, says “Add to Cart”. That’s fine for most but…
WooCommerce is great if you want to grab a theme, add a shop and get going. However, if you’re developing…
By using the PHP explode() function you can easily convert any string to an array, provided there’s a delimiter. What’s…
If you’re building a PHP site and want the browser to cache your CSS and JS files, all you need…
By using the PHP implode() function you can easily add items to an array and then output them as a…
In my day-to-day web development work at FHOKE, I write a lot CSS (more specifically Sass). When we started implementing…
Below I’ve listed some helper classes I find useful in most of the projects I work on. Although not all…
Although it might seem a little scary at first, adding a custom meta box to the back-end of a WordPress…
Quite a few times when building a WordPress theme, mostly those being built for clients, it’s handy being able to…
Join the newsletter to get the best articles, tutorials and exclusive freebies every two weeks.