Blog

February 13, 2013

WordPress Bootstrap Theme

When time permits I've been working on another WordPress starter theme based on Bootstrap, the super awesome CSS and JS framework originally released by Twitter. I use it on everything so it was...

Read →

August 8, 2012

How To Make Facebook Comments Responsive in WordPress

On most WordPress themes we develop the Facebook comment platform is used. Some like it because it's social... Others like it because it's the best way to keep comment spam out. At 48Web, we've made...

Read →

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...

Read →

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...

Read →

June 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...

Read →

April 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 →