EDIT index.html in the root of the wordpress site instead of index.php

I'm a frontend developer, I'm making a one-page project, and my budget is limited...

I know Wordpress, but not enough to do it. I know what index.php needed - all requests go through it.

Is it possible to make it so that when a user accesses the root of the site, only issue it index.html, and if the internal pages, then it is already as it should be, with the theme and everything else. What is better for this -. htaccess???

UPD 0.0.1

Or remove wordpress in a subfolder, and in put the root of the site index.html

UPD 0.0.2

Or just make a template for the first page specifically with its own empty header and footer and write it in php so that it robs index.html in the root of the site?

Author: KAGG Design, 2017-04-21

1 answers

No need to touch it index.php neither in the topic nor even more so in the root of the site.
You need to create a template for the main page and copy it (to the right place! Without breaking the connection of the VP) in it the content index.html.

Or create a page template and assign it to the main page in the admin panel. index.html delete.

 0
Author: SeVlad, 2017-04-21 18:26:41