I’m new to WordPress, but I’ve been experimenting with it and I like it.
So, I’m moving my current site–mostly static HTML files–over to WordPress. My procedure, generally, has been to create new pages in WordPress and then copy the relevant body HTML from my files to WordPress. I’m curious, though, where does WordPress store these pages?
Where are the file(s) containing the HTML? … It would be nice to be able to work with the pages someplace other than the tiny editor built into WordPress’s dashboard.
They are in WordPress’s database, specifically the
wp_poststable, so unfortunately you have to use the admin console editor to change their content.Update:
Another option would be to use the WordPress API to make changes to the content.