Multiple loops, post formats, and content types in a single home page template

Wow. That title is a mouthful. And given the improbable combination of different content types, I’m actually somewhat surprised that I did, in fact, pull off just that. In working on a client site for a Christian ministry in the Democratic Republic of Ghana, I set out today to create this: What we have here… (read more)

How I fixed the “cannot redeclare _checkactive_widgets()” error in WordPress child themes

So, I had a problem.  For a while I’ve noticed a whole bunch of code being tacked on to my functions.php file.  I’ve had no idea where it came from since I certainly didn’t write it, so I generally just removed it when I saw it.  Then I noticed this weird php error when I… (read more)

You might also be interested in these:

  1. How to add customizable header images and customizable backgrounds to your WordPress theme
  2. Using the WordPress embed shortcode for YouTube, Vimeo, more
  3. How to upgrade your Museum Theme to the most current version after you’ve made changes to the files

How to add customizable header images and customizable backgrounds to your WordPress theme

One of the coolest new features of WordPress 3.0 is the ability to customize the site header image and background color or image. The custom header actually goes one step further and lets you set a unique header for each of your pages. This means that you can create unique headers that tie into the… (read more)

You might also be interested in these:

  1. How I fixed the “cannot redeclare _checkactive_widgets()” error in WordPress child themes
  2. How to upgrade your Museum Theme to the most current version after you’ve made changes to the files
  3. 12 Free WordPress Themes I Like (and you should, too)

add social links to your site

i spent this morning building and adding some social linking to our site. with all the digging and twittering and facebooking going on, if you have content worth sharing and you aren’t providing ways for people to share it, it’s fairly likely that people won’t. now, i have digg, facebook, and delicious bookmarklets in my google chrome bookmark bar, but i realize that i’m a geek and probably most people don’t do this. and anyway, it’s always nicer when those things are built directly into the page.

so i thought that i would share with you how to add social linking to your website or blog. please note that some of the code here will be wordpress-specific — which is great for wordpress users, but won’t be so helpful for those of you who don’t use wordpress. i will point out the areas where the code is wordpress only — there are plenty of resources out there for alternatives for your platform of choice.