publish – Is it possible to use WordPress as flat-file CMS?
Question
My dream would be to code a website just with HTML, CSS and JavaScript, and then connect parts with a very simple flat-file CMS.
For example, I would have a text area, and just write in HTML something like that:
<p class="text-area wordpress-editable"><p>
And then my CMS is constructed this way:
- I login the admin panel
- There I see only the pages and subpages that I can rank
- I can click one
- See the
.wordpress-editable
fields, for exampleText Area
- Can put there my text
- Save
- The changes are published
It would be so simple to have such a system. And I think it would be interesting to use a minified WordPress version for it. Did ever someone work one something like that?
0
9 months
2022-09-05T09:48:52-05:00
2022-09-05T09:48:52-05:00 0 Answers
0 views
0
Leave an answer