WooCommerce override left in stock and out of stock text was needed. In the case of a store that mostly sells unique items placing…
Category
WordPress
WordPress
How to add Javascript file to a WordPress theme
There are basically 3 steps that you need to do in your themes functions.php in order to add a javascript file to your theme.
WordPress
WordPress Login Security Plugins for Beginners
Here are 3 easy to add plugins that you should consider adding to your website in order to make it more secure.
WordPress
Protect WordPress login, based on IP address – Snippet
One of the best ways to protect your WordPress login form from attackers, is to limit access to it based on IP addresses. This…
WordPress
Add WordPress post category as a body class – Snippet
In one of my WordPress projects I needed to theme some links in the header based on the post’s main category. The easiest way…