Tag Archives: php

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 , , , | 19 Comments

WordPress Theme Developers Tip – Call Dynamic CSS the Right Way

This solution should no longer be used. After further research and reading other’s suggestions, the ideal solution is to just output the css directly to the head section of your code. While developing my Techozoic theme, I’ve progressed from adding … Continue reading

Posted in guides, tech, wordpress | Tagged , , | 20 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

Optimize your WordPress theme for Search Engines – Part 1

1st in the series of SEO for you WordPress theme. This post is about eliminating duplicate title tags with comment paging as well as front page paging. Code examples given. Continue reading

Posted in wordpress | Tagged , , , | 2 Comments

WordPress Theme Options Framework

Framework for those wanting to add an options page to their WordPress themes. Code examples and downloaded code. Continue reading

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