Archive for the ‘Blogger Tricks And Tutorials’ Category

July 1, 2010

How To Find Post IDs in WordPress

post image

At times we need to know the post ID to change add some functionality to a theme where it is needed. Post IDs are numeric like 1, 2, 20 etc. For finding them you don’t need to be a hard core programmer or use any other plugin, just this simple tutorial.

June 28, 2010

Increasing Import File Limit In WordPress

post image

“The uploaded file exceeds the upload_max_filesize directive in php.ini.” This errors occurs if the file you importing is larger than default size i.e. 2MB, and generally the file size is always larger. To increase the default import file size limit, you can follow this quick tutorial.

May 27, 2010

Redirect WordPress RSS Feeds to Feedburner To Increase RSS Readers

post image

This hack will help you redirect all your RSS subscribers to your Feedburner feeds, which will help you increase your rss subscribers by a noticeable amount. Also you don’t have to manually edit your theme, everytime you change it or use a optimized one.

May 25, 2010

Disable Post Revisions to Make Database Smaller

post image

Wordpress post Revisions is a is a great feature for those working with multi-editors (authors) and is a way of tracking changes. But for those (like me) who blog alone, it is an unnecessary feature which adds a lot of additional data that will really increase the size of the WordPress database and thus slow the loading time of your site. Here we will show you how to Disable Post Revisions to Make Database Smaller which will make your Database size smaller and will help you load your site faster.

May 6, 2010

Post Treatment – Show Related Posts Without a Plugin

post image

Using too many plugins on a Wordpress installation usually slower the loading time of the site, especially when same can be achieved using a simple piece of code. Though its not always wise to use codes in your wordpress themes, especially if you are not familiar with them. Here we will show you how to Show Related Posts Without Plugin which will be based on the tags you will use in your posts. Hope this helps some.

April 20, 2010

Force Caching With .htaccess Method To Increase Loading Speed Of Your Site

post image

This hack will not increase the loading speed of your website directly. But instead, this will load the content of your site much faster when same user (returning visitor) visits your site again by sending 304 status for the components which have not been modified. Currently the cache expiry is set to one day, but you can change it accordingly by modifying the number of seconds, i.e. 86400 in our case.

Page 3 of 5«12345»