Archive for the 'Wordpress' Category
Tutorials Wordpress | 10 Feb 10 | 0

Custom CSS Per Post

I’ve long been a fan of “art directing” posts. That is, to apply unique CSS styling to an individual page of content when the situation calls for it. In the past, I’ve used the Art Direction plugin and I even created a screencast on using it. As it turns out, there is a major problem with the art direction plugin. (more…)

Freebies Wordpress | 08 Feb 10 | 0

25 Best Free Photoblog Wordpress Theme

Wordpress is known to many people as a blogging platform. Though it has started out as a blogging platform, Wordpress has now evolved into far more sophisticated CMS which supports lot of functionalities. Its unique plugin system has made it the most famous Blog system in the world. (more…)

Tutorials Wordpress | 07 Feb 10 | 0

How To: Create a Theme Options Page for Your Wordpress Theme

Theme Options pages are growing in popularity among quality Wordpress themes. They provide the user with greater customization control over their website without having to know a hint of HTML or CSS. If you’re a theme developer, user-friendliness should be one of the top things in your mind when you are creating a new theme for public use. (more…)

Wordpress | 06 Feb 10 | 1

5 Tips for Free Wordpress Theme Authors

Many web designers and developers like to create free Wordpress themes. It’s great for your portfolio, offers good practice, and- perhaps best of all- lets you flex your creative muscles without all the limitations a client project has. Here are five things to keep in mind when creating your free Wordpress theme. (more…)

Tutorials Wordpress | 26 Jan 10 | 0

WordPress: How to easily create a Thematic child theme

What is a Theme framework? And why use it? Basically, a Theme framework is a WordPress theme that you can extend using functions, styles and child themes. Child themes are most of the times two files: function.php and style.css. An optional directory containing images can be used as well. Child themes can’t … (more…)