Tag Archives: theme
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
WordPress Theme Developers Tip – Automatic Feed Links in 3.0
Version 3.0 of WordPress is due out soon, and theme developers are getting geared up to implement the new features. The new menu system has received much attention as it’s one of the biggest changes, besides the merge of the … 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 – 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
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
