Tag Archives: theme

Database Powered CSS in WordPress Themes

A popular ability in WordPress themes is to add custom CSS driven by options. This brings up a common question, how should the theme inject custom CSS? I’ll outline three different approaches on how to do this. These aren’t new, … Continue reading

Posted in Posts | Tagged , , , , | 37 Comments

WordPress Theme Authors, Don't Forget The wp_head() Function

When creating a WordPress theme don’t forget to include a wp_head(); call in the HTML HEAD section of your theme. It’s very simple to do, just include: Before the closing HEAD tag (</head>) in your HTML. Why make such a … Continue reading

Posted in Posts | Tagged , , , , | 11 Comments