How to increase the items in Edit Post Page in WP2.7
June 11, 2009 by Make Passive Income
Filed under WordPress
I was struggling to bulk edit my posts to add tags and reassign categories with each search only showing a maximum of 15 items. It was taking me ages to scroll through multiple pages to update my posts. There had to be a simple solution to change this setting in Wordpress 2.7. It took a lot of searching to find the hack to fix this, but here it is:
1. Open the file manager in your Hosting control panel.
2. Find the this file wp-admin/includes/post.php
3. You need to find this code
wp(”post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby”);
Its about the 805th line in wordpress 2.7, line number might be different in different versions, so better find (CTRL+F) the line of code above in wp-admin/includes/post.php
Replace 15 in posts_per_page=15 by some higher number you like, I made it 50.
4. Save the file and exit. Voila, much less work to bulk edit now.
Similar Posts:
- The good and bad of Wordpress 2.7
- Problems uploading images in WP 2.7
- Sherman Hu’s TutorialU just launched
- How to add life and fun to your blog posts
- Wordpress 2.7 and Revolution Two Wordpress themes
Other articles you might like;
- Bugatti Veyron in Picadilly
- Boris Bikes Hits London
- The Best London Guide Books
- The Glorious 12th -Grouse season starts
- London Updates on 2010-08-04
- Apple Store Covent Garden – First Photos
- Ping Pong or Whiff Whaff -It’s all over London
- Green Candy Floss – Team London Bridge Festival
- Great remake of the classic song- The Newport State of Mind
- London Updates on 2010-08-03










