Category Archives: wordpress

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

WordPress, Caching, and Compression

After reading an interesting article dealing with optimizing your WordPress blog I decided to optimize mine. I detail how I cut page load times in half by simply enabling caching and compression in an Apache web server. Continue reading

Posted in Internet, tech, wordpress | Tagged , , , , | Comments Off on WordPress, Caching, and Compression

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

Expandable Comment Replies – Plugin Review

My review of a new plugin that is running on my blog, and how it came to be. Continue reading

Posted in wordpress | Tagged , | Comments Off on Expandable Comment Replies – Plugin Review