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.

I have found a relative easy way to delete more than 15 post at once without the need for plugins.

Changed this line in wp-adminincludespost.php (823 in WP 2.8):

$posts_per_page = 15;

to

$posts_per_page = 400;

I found this method from interstice.biz.

Hope it is helpful to anyone who may need it.

Cheers.

Incoming Search:

  • mass delete wp posts

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.

Wordpress Photo Gallery 206x300 How To Create a Photo Gallery With Wordpress

Media Library Gallery is a wordpress plugin that will automatically create a photo gallery for every photos/pictures you have stored in your media library.

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 hand, you can easily convert it into a nice looking wordpress theme within minutes with this photoshop plug-in called Divine.