The Beginning
Welcome to WP Theme Tutorial, it’s all about WordPress and how to get things done in WordPress using current best practices. WP Theme Tutorial has been born out of my dislike for many of the other...
View ArticleWorking with WordPress Menus
For a long time building a menu in WordPress was an exercise in stupid hackery with wp_list_pages(). The lack of an easy way to create menus certainly held WordPress back as a fully fledged CMS until...
View ArticleConditional Tags for Custom Taxonomies
I wrote about conditionals for custom taxonomies before but it really only addressed page routing. is_tax() only deals with if we’re on a specific taxonomy page. Today we’ll look at conditionally...
View ArticleNew Admin Post Hooks in WordPress 3.5 – edit_form_after_title and...
WordPress 3.5 is on the horizon, so it’s a good time to start digging in to the new features available to developers. Today we’ll look at 2 new hooks added to the WordPress admin. Most times when...
View ArticleContribute to WordPress with Github
Like many developers now, I’m a Git user. I don’t use SVN unless I have to, and I rarely have to. Well if you’re a Git user, Scribu has a great post on how to still get code in to WordPress using Git....
View ArticleI was Interviewed about WordPress and Business
I was interviewed by mattreport.com. We talked about running your business and moving from charging $500 for a site to $5000.
View Article