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
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
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
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
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
