[ad_1]
Hi guys, I have a doubt: is it possible to create a website with in html / css / js and then insert it into a clean installation of wordpress? Would it still be possible to use WordPress plugins? I ask because I have heard some developers do such a thing, but I never understood, if you create a website in html / css / js code you must then insert it necessarily within a CMS platform or simply insert it inside the directory of the Which hosting service do you use for your site to make it work?
[ad_2]
*is it possible to create a website with in html / css / js and then insert it into a clean installation of wordpress?*
No. There’s a lot more that goes into making a theme.
You can’t just stick an HTML/CSS site into a WordPress folder totally unchanged and have it work, but you *can* convert a standard HTML/CSS site to work as a WordPress site to varying degrees of completeness/functionality by tweaking your code a bit. It’s way easier to just start over and make a WordPress theme from the start than try to retrofit it though (been there, done that, do not recommend).