How To Mass Delete WP Post

It is always a torture to delete a lot of wordpress post at once as the maximum number of post shown is 15 at the edit post page. This means that I can only delete 15 post at any one time and it is a headache when i need to to remove hundreds of post. [...]

Read more...

How To Create a Photo Gallery With WordPress

What is the easy way to create a photo gallery with wordpress using all the pictures that you have in the media library? I have uploaded quite a number of pictures to my media library over the years, linking to them only by the individual posts. It is quite a waste as the pictures gets buried deeper and deeper. [...]

Read more...

How To Create WordPress Theme From PSD For Free

Wondering how to create a nice-looking wordpress theme from PSD for free, fast and easy? Creating a wordpress theme is not a easy task for people who are not well versed in writing those long boring programming language. Well, not anymore! Now, if you are a good at photoshop, or have a PSD template at [...]

Read more...

How To Make Text Wrap Around Adsense

This simple code aligns the adsense ad to the left and text wrapping around it. If you want the adsense ad to the right, just change the [float: left] to [float: right] <div style="float: left; margin: 3px 3px 3px 3px;">   adsense code goes here   </div> Incoming Search:how to make text wrap around adsense

Read more...

Remove advanced-cache File

I faced a little problem while trying to fresh install a blog on one of my domain. A file named “advanced-cache.php” cannot be removed from the wp-content folder! I had removed everything from my domain folder and that stubborn file cannot be removed. The reason was due to the usage of wp-cache plugin previously. I [...]

Read more...