Blog
October 19, 2011
WordPress Get Permalink By Page Name Or Slug
I used to write custom functions to return these permalinks from page names or slugs until I discovered you can pass get_permalink()
a function that will return the ID.
Here are some...
August 8, 2011
LaunchChimp - Weekend Project
I've designed a ton of landing pages over the last couple years … From landing page templates for WordPress sites to simple launch pages. Almost all of them have been integrated with MailChimp for...
ReadJune 29, 2011
WordPress Query Multiple Taxonomies
This example is for an employee directory. We created a custom post type called "employee". For that custom post type we created two custom taxonomies - "type" and "department". Lets say we want to...
ReadApril 4, 2011
Cheatin’ uh? Error - WordPress Custom Post Types
This is for those of you hunting for the Cheatin' uh? WordPress error when developing custom post types. It's most likely an issue with what you named a custom taxonomy that you intend to attach to...
Read