Passing arguments with WordPress add_action

argument

Most WordPress developers are familiar with using add_action, but as you may have discovered the information on passing arguments to your callback function is hard to find. After a couple of hours of Googling, throwing a hissy fit, and good old trial and error I found a working solution, so I thought I’d share.

Building a WordPress theme framework #1

amino

For a while now, one of my ambitions has been to find time to create some premium WordPress themes for sale. Maybe Drupal too, but WordPress is undeniably the bigger market so that’s where I plan to start. Unfortunately, as so often in life, this has fallen by the wayside a smidge due to client [...]

Integrating the Various Presses

My latest client project was to use WordPress, and needed a forum to match. I’ve used phpBB and WordPress together previously but it did leave something to be desired, so I set off in search of something a bit more integrated. Soon I stumbled upon bbPress, the forum by Automattic (the WordPress guys) and the [...]