• Dear All

    I am using WP 2.7.1..

    The default posts list in Edit Posts section of Dashboard is using the previous and next style, e.g. Displaying 1–15 of 90. I wanna show all posts only in one page, so how do I ?

    [ of course I did a search here before opening a thread ]

    Cheers,
    diabolus

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Here is a simple hack to change the paging limit.

    Open the following file in edit mode:
    /wp-admin/includes/post.php

    Find this code:
    wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby");

    Replace 15 with any number you want!

    Check your admin!

    xpertscripts I′ve tried what you suggest but it doesnt works…Missing something maybe?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show All Post in Edit Posts Section’ is closed to new replies.