7 Feb
2010

How to automatically use resized images instead of originals

Simply paste the following code on your functions.php file and save it. No other action is needed! function replace_uploaded_image($image_data) { // if there is no large image : return if (!isset($image_data['sizes']['large'])) return $image_data; // paths to the uploaded image and the large image $upload_dir = wp_upload_dir(); $uploaded_image_location = $upload_dir['basedir'] . ‘/’ .$image_data['file']; $large_image_location = $upload_dir['path'] .

See the original post: 
How to automatically use resized images instead of originals

5 Feb
2010

21 Most Useful Time Saving WordPress Shortcuts

Sometimes writing a blog post can be a long process. To help you save some time in writing your blog posts in WordPress, we have decided to share with you 21 most useful time saving WordPress shortcuts. If you know any more then feel free to suggest them in the comment and we will add it in the list.

Read the original post:
21 Most Useful Time Saving WordPress Shortcuts

3 Feb
2010

How to automatically remove the Nofollow from your posts

Copy the following code, and paste it on the functions.php file from your theme.

See original here: 
How to automatically remove the Nofollow from your posts

2 Feb
2010

Adding some Depth to Depth

Today we are happy to unveil MicroDepth, a new Obox theme. By popular request we have decided to make a micro blog version of our latest Wordpress theme, Depth

Read the original:
Adding some Depth to Depth

1 Feb
2010

Add a favicon to your WordPress blog using a hook

Just paste the following into your function.php file, save it, and you’re done.

The rest is here: 
Add a favicon to your WordPress blog using a hook

29 Jan
2010

The best WordPress themes of January 2010

Looking to kick off “twenty ten” with an awesome design for your new blog? Look no further, wp-mojo.com delivers to you the best premium WordPress themes released in January 2010. Whether it’s to get some inspiration for your next website design, or simply to acquire a new theme for a client, these 20 themes should give you a good idea of 2010’s trends in the WordPress world

Originally posted here: 
The best WordPress themes of January 2010

28 Jan
2010

18 Useful Wordpress Contact Form Plugins

Contact Form is one of the most important page for all websites. Here, we share 18 useful Wordpress Contact Form Plugins where you can build you contact form easy without much programming skill

Here is the original: 
18 Useful Wordpress Contact Form Plugins

27 Jan
2010

Excellent Magazine Style WordPress Themes for Effective Redesign

Magazine style themes are popular in design blogging niche. I decided to share with you my favorite Magazine style WordPress themes. Hope that you’ll find this collection useful

See the rest here: 
Excellent Magazine Style WordPress Themes for Effective Redesign

25 Jan
2010

55+ Most Wanted WordPress Tips, Tricks, and Hacks

This article has some of the most wanted WordPress Tips, Tricks, and Hacks that you will definitely find useful.

Here is the original post: 
55+ Most Wanted WordPress Tips, Tricks, and Hacks

24 Jan
2010

Protect your WordPress blog using .htaccess

Simply paste the following lines into your .htaccess file. This file is located at the root of your WordPress install. Remember to always make a backup of your .htaccess file before editing it so, you’ll be able to restore it if something went wrong.

See the original post here: 
Protect your WordPress blog using .htaccess