Archive for the 'Wordpress' Category
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…)

Freebies Wordpress | 26 Jan 10 | 0

7 WordPress Plugins To Give Your Dashboard A New Look

If you are a regular user of WordPress like me then you might get bored of the default user interface of WordPress. Although the User Interface of WordPress is good but there is always room for improvement. Automattic the company behind WordPress has decided to go for Open Source Design … (more…)

Freebies Wordpress | 25 Jan 10 | 0

25 Fresh, Clean and Unique Wordpress Themes

Lets be honest, when you look at the volume of WP themes that are available, there is not really that much originality. They are basically they same theme re-hashed in a different style. That maybe fine for some, but not for me. I look for all of those individual elements that… (more…)

Tutorials Wordpress | 02 Jan 10 | 0

The Right Way To Build WordPress As A Community News

WordPress is getting popular now and everyone is switching to use WordPress because we can build anything with WordPress: WordPress as a magazine, WordPress as a bulletin board, Video site ….. Today, I would like to put all my love for WordPress into this tutorial to explain how to build WordPress as a Community News, … but in a right way. (more…)

Tutorials Wordpress | 07 Dec 09 | 0

Redirect Mobile Users to a Mobile WordPress Theme

Let’s say you want to have a special theme for your WordPress site for mobile users. You don’t want to use a pre-canned solution or anything third-party, you just want to create and design the theme yourself. So what you need to happen is for the site to detect mobile users and server up an alternate theme instead. Here is how I might do it. (more…)