WordPress Dynamic Links

One of the problems I’ve found with WordPress (especially when creating a simplified setup for less techy people) is that there’s no separation between internal and external site links. Sure, you can make a link relative to the site root with a leading slash, but what happens when you change the structure of the site or move a page? Suddenly, all your links are dead. Surely a content management system should handle things like this?

Read more »


Gallery Development

Being exasperated by the available offerings for photo gallery management within WordPress, I decided to do what every self respecting geek should do, and write my own from scratch. This way I can incorporate all the features I want, but at the same time keep it easy to use so it can be used by anyone.

I’ve spent far too long on this so far, but it’s been a learning experience, being my first delve into WordPress plugin development. Read more »