How to delete unused or less used post tags in WordPress
|

How to delete unused or less used post tags in WordPress

If you’ve been running a multi-author blog like us, over a period of time, you’ll see your list of tags growing exponentially. When I reviewed the number of tags on Techtites today, I noticed that this was well over 1,100 tags! So, I went into the Tags interface and immediately realised that I’m going to spend an hour just deleting and cleaning up tags.

How to create CSS3 animated buttons in WordPress
| |

How to create CSS3 animated buttons in WordPress

I remember when I first started working with websites more than a decade ago, if you wanted a cool looking button in your form, you had to use images. Images still remain an option but with CSS this has is being gradually phased out. CSS3 completely eliminates the need for images for creating basic good looking designs.

Super charge your WordPress pages with Advanced Page Manager
| |

Super charge your WordPress pages with Advanced Page Manager

WordPress’ support for posts is phenomenal. However, when it comes to managing pages, this is very limited. This is possibly because pages are relatively static and are more to add on permanent sections to your site like Contact forms or download areas like we do here at Techtites.

Begin coding your first WordPress Plugin with DX Plugin Base
|

Begin coding your first WordPress Plugin with DX Plugin Base

If you’re thinking of getting into WordPress plugin development, I suggest reading this article on webdesigner depot. It gives you a basic idea on creating the directory structure and adding in your first snippets of code. When you’re ready to take it to the next stage, you might want to consider Mario’s DX Plugin Base.