Tag Archives: php
WordPress Theme Developers Tip – Theme Update Noticifications
While doing some work for a client, they were wanting to tie into the update notifications that a user gets when a theme has an updated version in the WordPress theme directory. The catch is this was a premium theme … Continue reading
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 – 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
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
