Tag Archives: theme

Techozoic Fluid now on Google Code

I’ve just setup proper project management for my Techozoic Fluid theme using Google Code.
Continue reading

Posted in google, wordpress | Tagged , , , | 17 Comments

WordPress Theme Developers Tip – Adding Theme Menu

Sometimes a theme just outgrows having one menu page for theme options. Instead of adding a second page a separate menu might be best. Outlined are the steps and functions needed for this. Code examples are also shown. Continue reading

Posted in tips, wordpress | Tagged , , | 2 Comments

WordPress Theme Developers Tip – Call Dynamic CSS the Right Way

While developing my Techozoic theme, I’ve progressed from adding custom CSS into the head section, to having an external file and using $_GET variables to pull options from the database, to now I believe is the right way to do … Continue reading

Posted in guides, tech, wordpress | Tagged , , | 17 Comments

WordPress Theme Options Framework Ver 2

An updated version of my Theme Options Framework rewritten for optimization. Reduced the number of calls to database by reducing the number of entries added to database. Also included a simple style.php file and header.php file to show how to use the options on an external file. Continue reading

Posted in guides, tech, wordpress | Tagged , , , | 47 Comments

WordPress Theme Dev Tip – Dynamic Stylesheets

A dynamic stylesheet using php is a powerful thing, when accompanied by a user options page it can really make a theme. I’ve recently done this to my Techozoic theme, and I’m going to share how this works and some time saving tips. Continue reading

Posted in tips, wordpress | Tagged , , | 6 Comments