Live Chat Connect Using Skype

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 [...]

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.

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.

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.

How to Display Related Posts in WordPress Without a Plugin

Posted in: WordPress- Feb 25, 2011 16 Comments

Displaying related posts is a nice way to increase the readership of your blog. In my personal opinion it has a great probability that a user will be interested in your other articles after reading one. So, in this article I want to share how you can program a custom WordPress loop that will display [...]