wordpress

Building a Wordpress Plugin: Tutorial

When I first looked at the code behind Wordpress plugins, it looked quite daunting: It was full of API interaction, and to understand what was going on required jumping between files, tracing through various function calls. I have developed for Wordpress (third-party) for almost a year now, and find it a great platform to build for. My initial scepticism was quickly overcome, from learning that you do not really need to understand everything that goes on. READ MORE