zerohill
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: OfflineMode] BLOCKS OUT ADMIN, TOO!No only that, but it is encoded with zend, making it non compliant with GPL. It is pumped with links to the authors site. Shotty coding.
Forum: Fixing WordPress
In reply to: Show more than 15 posts in admin’s Manage -> Posts?Seems WP has solved this issue in 2.8 with the option to show more posts on the post administration page.
http://codex.wordpress.org/Version_2.8:
- Add per page option to Screen Options for comments, posts, pages, media, categories, and tags.
- Allow a plugin to control how many posts are displayed on edit pages.
Forum: Fixing WordPress
In reply to: Show more than 15 posts in admin’s Manage -> Posts?I have wrote a follow up to this topic:
Display More Posts In WordPress Post Manager
I have found if it is set too high, you may potentially receive errors.
I agree this should be an option, like how you are able to change the amount of lines when your write a post (wp-admin > settings > writing). Another number I’ve set much higher than the default ten (10). Makes HTML work much easier.
Maybe a plugin is in order.
Forum: Fixing WordPress
In reply to: Show more than 15 posts in admin’s Manage -> Posts?In 2.7 it’s on line 807 in the same file as above.
Forum: Plugins
In reply to: [Plugin: WP-Affiliate] Exactly what it does?Here is a Fix for WP-Affiliate for issue described in post #2.
Forum: Fixing WordPress
In reply to: Show more than 15 posts in admin’s Manage -> Posts?In wp-admin/includes/post.php
Line 517
wp(”post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby”);Change
posts_per_page=15toposts_per_page=25Or whatever is desired. I actually have mine quite high.