[ad_1]
I’m creating a WordPress site and I’d like to develop my own CSS3/HTML5/JS front-end code.
What’s the best way of integrating this work into the WordPress backend?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Learning how the backend works and reading the documentation
You can use WP as a headless CMS and serve the content on your own frontend via thw WP API, which is a very good and somewhat well documented API.
Create a theme. That’s literally what they do.