WordPress Actions Vs Filters

WordPress Actions Vs Filters

You’ve most likely seen code within WordPress that uses add_action or add_filter. In this article we take a look under the hood of WordPress and take a dive into actions vs filters. This is a key component that you need to understand, to improve your skills as a...
The Right Way To Customize WordPress

The Right Way To Customize WordPress

In this article we will show you the right way to customize WordPress and keep your site up-to-date without losing your customizations. Firstly, please do not customize WordPress core files. This will cause issues for other plugins, themes or even the general workings...
Add Excerpt To WordPress Pages

Add Excerpt To WordPress Pages

In this short example you will learn how to add a custom excerpt to WordPress pages. If you can copy and paste text and know how to work your website’s file manager or FTP, you will be able to implement this code into your WordPress website. How To Add Custom...
Change The WordPress URL In The Database

Change The WordPress URL In The Database

I have found myself in a situation, a couple of times, where I needed to manually change the WordPress URL in the database. Often it was a client that passed on the backup files to me and the address of the site had changed. In this blog I am going to show you how to...