Template Directory vs Stylesheet Directory

Posted in: WordPress- Nov 22, 2011 Comments Off

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

Posted in: Development- Nov 20, 2011 Comments Off

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

Posted in: WordPress- Jul 19, 2011 6 Comments

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

Posted in: WordPress- Mar 21, 2011 Comments Off

Troy’s workshop on how to make WordPress a better client experience and make you a web developer that looks more professional.

Read more »

WordPress 3.1: Ultimate Guide to New Features

WordPress 3.1: Ultimate Guide to New Features

Posted in: WordPress- Feb 28, 2011 26 Comments

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 »