Thanks…
I figured it out.
Note: I’m not looking to control or edit them. I just want to know why I have 16 pages, and my post_ids are now into the 1000’s.
It’s because every time you hit the Publish button, and new POST/PAGE is added to the database, with a new ID.
ALL OF YOUR OLD REVISIONS are in the database… and, stangly, there’s not built-in way to access them.
If you make one change to a post with 1000 words – say, you change the spelling of a word – and entirely new record is saved in the database.
Your database can get HUGE, really quick.
So, millions of wordpress users have HUGE databases of archived content, and if they mess up their post, they think they’re screwed… well, I guess they are because there’s no built-in way to access those old revisions. (I’m sure there’s a plugin, but this should be built in… if you create a feature to archive content, you need to create a way to access that content.)
#1. There should be a built in way to access them.
#2. There should be a built in way to delete old junk.