Tag: wordpress hacks
-
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…
-
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…
-
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…