Ok, so basically I have a class project for school which requires html/css/javascript/php/MySQL. We are planning to make a website for a one stop auto shop which includes mechanic work, tires, window tint etc. This website will actually be used by the business so we need to integrate it into a cms. Is it possible to just integrate the website into wordpress, and get rid of all the database clutter after submitting the project to my teacher? There will be no purchases made on the website, nor will there be user accounts/appointments, just a website where the business can update their inventory/pricing. Does this mean we can take the html/css code we built and establish it on WordPress without having to reimplement everything step by step?
[ad_2]
Short answer: no. WP doesn’t work like that. Themes need to be built using the WP theme structure + templates.
Yes it’s possible .
We as a wordpress developer we actually do same for wordpress theme development.
We integrate all files to wordpress and install it as theme and plugin and we manage it through wordpress.