Tag: wordpress 3.0
-
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…
-
Using the WordPress embed shortcode for YouTube, Vimeo, more
This was going to be a post on building a WordPress shortcode that you’d use like [youtube]http://www.youtube.com/watch?v=url[/youtube] inside your posts to take care of the embedding. My experience has been that when you flip over to HTML view to paste your code and then flip back to the Visual editor to finish your post, a… (read…