I would like to edit the HTML content (e.g. the actual title, posts and so on) via HTML directly on my server - e.g., not using the GUI. The blog is self-hosted on my own server, to which I have full access. I know I can view the code using browser page source, but I'm looking to edit it as well. Is it possible, and if not, where is this information held?
To clarify:
I have full write access to the server that holds all WordPress folders including wp-content - what I wanted was to edit the HTML content using vim directly on the server. I gather from the first answer below though that the actual post/title HTML content is stored on a database with WP, and not on my server?
To clarify:
I have full write access to the server that holds all WordPress folders including wp-content - what I wanted was to edit the HTML content using vim directly on the server. I gather from the first answer below though that the actual post/title HTML content is stored on a database with WP, and not on my server?