Tag Archives: theme
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
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
Optimize your WordPress theme for Search Engines – Part 3
This is the 3rd and final post about SEO for your WordPress theme. I explain how to add tags and categories as keyword to your WordPress theme. Continue reading
Optimize your WordPress theme for Search Engines – Part 2
2nd in the series of SEO for you WordPress theme. This explains how to create the meta description from an excerpt of your posts, and why this is important for you search results. 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
