Have you ever needed a WordPress advertising plugin for your website? In this tutorial series we will create a simple WordPress advertising plugin to manage your own ads. Before we can even display them, we need to create them in our admin area.
The Ultimate Guide to WooCommerce Shipping Zones
WooCommerce Shipping Zones have been introduced in WooCommerce 2.6. This is a new feature and it enables you to change how much will you charge for certain shipping zones. In this tutorial we will learn how to configure them and use them in our code.
Better WordPress Performance by Controlling Scripts
Ever wondered how to control script and style loading to achieve better WordPress performance? In this tutorial we will learn how WordPress loads the scripts and how can we control which script or style will be loaded. We will also see how to block loading of scripts from certain plugins.
How to Include or Override WordPress Templates
WordPress templates can be overridden to create a different layout of the content or to add additional content directly on the template. Usually plugins provide basic templates for their content which can be then overridden by themes. In this tutorial we will learn how you can override WordPress templates and even provide that option in your own plugin.
Forty Four, a great WordPress 404 Plugin
What is a 404? 404 is the response status that your website sends to the client (visitor’s browser) when the visitor gets on a page that does not exist. WordPress does that pretty well and a theme can customize that page as needed. But what about getting a very fast 404 page and also to manage all those 404 urls? Meet, Forty Four, a great plugin to manage your WordPress 404 pages.