Template Directory vs Stylesheet Directory
get_stylesheet_directory_uri();
- returns the http:// path to either the child theme directory location or the main theme if no childtheme exists.
get_stylesheet_directory();
- returns the local directory equivalent location to the files either in the child theme if it exists or the main theme if no child theme
get_template_directory_uri();
- returns the http:// location of your main theme itself and never the child theme
get_template_directory();
- returns the local directory location of the main theme files
Awesome Portfolio Theme
So finally, We have launched Awesome Portfolio Theme on ThemeForest. The theme is designed by our friend Sunil Joshi and completely developed by our team. This is our first ThemeForest item and we are hoping to submit more in future. Read more »
TimThumb Fix for WordPress Hosting Servers
Today I faced a problem with timthumb script on a client server.
I did some research and found the following solution. Read more »
A Better WordPress For Clients
Troy’s workshop on how to make WordPress a better client experience and make you a web developer that looks more professional.
WordPress 3.1: Ultimate Guide to New Features
WordPress 3.1 has been released. It came with many useful features. In this article we go through them step by step and learn how to use them. Read more »


