Is there any reason why WordPress restricts the amount of posts you can administer at once to 20?
Is there a way to display all posts?
I want to change the category for about 1800 posts.
I don’t have the ability to change the post amount under screen options; see here: tinyurl.com/3npm5yz
Using WP v3.1.3
It doesn’t, in the top right under screen options it says, Show on screen, you can set this to a max of 999 ( I have never tried 999 just fyi) and you can select all, then bulk actions—>edit—>apply.
Also I think there are plugins that do this that use direct
wpdb
functions, so you can effectively do it to more posts at once.