diabolus
Member
Posted 4 years ago #
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
xpertscripts
Member
Posted 4 years ago #
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!
fscheps
Member
Posted 4 years ago #
xpertscripts I´ve tried what you suggest but it doesnt works...Missing something maybe?
Thanks!