Tip: Change Pagination in WordPress Admin Panel

When I am looking to moderate some comments or simply browse my posts in my WP-admin section, I find it pretty annoying that WordPress only shows 20 items. There are more people that don’t like this and that’s why WP Engineer build a solution.

In the article, two ways are discussed. The first one features a new feature in WordPress version 2.8. When that version gets released, you can change the number of items to show via an option panel. The other option is to dive into the WordPress admin code and change the default number there.

Anyway, if you have the same annoying feeling about this as I have, I suggest you take a look at the article from WP Engineer.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Design Float
  • DZone
  • StumbleUpon
  • TwitThis

This article is written by:

Name: Stefan Vervoort

URL: http://www.wptoy.com/

Description: I am Stefan Vervoort, WordPress enthusiast from the Netherlands. I also write for DivitoDesign.

One Response

  1. Thanks for the info. I think I will wait until WP 2.8 comes out. I do understand php and can make the change, but don’t like to mess with the core files.