I have created pages with custom HTML and Tailpress (WordPress plugin for TailwindCSS). The theme I use is Blank Canvas -> an empty theme. I did not want anything from theme, no predefined HTML elements, I simply wanted to write frontend from fresh on my own.
Now I want to make all text, and image content easily editable by a customer. It would not be easy for them to do it if they would have to edit the content from HTML itself.
So I am looking for what is the best approach to do it? Which plugins are there to make it possible to define custom types, and simply embed them into HTML through the shortcode? Sources are welcome!
Thanks <3
[ad_2]
WordPress doesn’t use HTML in the way you’re describing. It can’t magically create a UI based on an HTML page. If you have users who don’t know HTML editing content, you would either need to use a tool like ACF and generate your own page (look into [ACF Flexible Content](https://www.advancedcustomfields.com/resources/flexible-content/)), of give them access to a page builder.