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
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
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.
How to Display Related Posts in WordPress Without a Plugin
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 [...]


