I have around 140 post in database but wordpress admin page shows just 50 post. How could I let wordpress shows all the posts in database?
Thanks
I have around 140 post in database but wordpress admin page shows just 50 post. How could I let wordpress shows all the posts in database?
Thanks
You must be logged in to post a comment.
Are you sure those aren’t pages, drafts, trashed, revisions or attachments? To make sure that those aren’t such, run the following in
and see how many results you get:
The post row in database is much more broad than what post is in admin interface. Extra posts are not something hidden, there are merely instances of things that aren’t of
post
post type and are not displayed as such (or at all in some cases).You don’t really need to manage those, WP does that nicely on its own. The one exclusion would probably be post revisions.