Category Archives: guides

WordPress Custom Headers Update for 3.4

With the upcoming release of WordPress 3.4 the theme UI has had an overhaul, including some great enhancements for custom headers. Continue reading

Posted in Featured, guides, tech, wordpress | 1 Comment

Simple:Press Forum to bbPress Forum Conversion

As part of a refresh on this site, the support forums have been migrated over to bbPress. There are a handful of importers available for some of the major forum software packages, but none existed for the plugin Simple:Press forum. … Continue reading

Posted in guides, tech, wordpress | Tagged , , | Leave a comment

Ribbon Style Navigation Menu With No Images

Want a different type menu for your next project? A 3d ribbon style navigation menu adds some pop to a plain jane site. This site currently utilizes this type of menu, but using images and multiple containers. This technique uses … Continue reading

Posted in guides, tech, tips | Tagged , | Leave a comment

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