Web Development

Jack Reichert

Tagged: wordpress

Announcing: The Redesign – Part One

Edit: So, since this went up I got a full-time job… My plans are now to clean up the blog design and focus on side project that will benefit the community. At some point I may return to the long-sideways scroll

Function Reference/plugin basename « WordPress Codex

When building a WordPress plugin it’s important to know where your plugin sits. An early plugin I release relied heavily on several files inside the plugin directory. Nothing wrong with that, only that at the end of the day, the

Global $post

I’m always referring back to what’s in the WordPress global $post variable. It’s useful to know what’s inside when doing pretty much anything from building a plugin to a theme… Now I won’t have to var_dump-ing it every time I