Blog
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...
ReadOctober 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...
Read