Question

please help me. I dont know How can I do. I need list all posts IDs. export need

1 3 5 6 7 8 9 . . . .

Please help

Was it helpful?

Solution

There are lots of ways to get all IDs. Assuming you do want all posts - which include Posts, Pages, Media, Menu Items, custom post types, etc.:

phpMyAdmin:

Run a SQL query: SELECT ID FROM wp_posts then export the results to whatever file type you prefer.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top