I guess you tried to create a new page with a file name of index.html
Use these steps to create a new page with the same functionality as the one in your index.html
1. Login to your wp-admin
2. Go to Pages -> Add New
3. Add the Title of the page that you want.
4. On the textarea section you can add the content of the page that you want
Ex.
<h1>New In Store</h1>
[recent_products]
<h1>Popular Products</h1>
[best_selling_products]
The [recent_products]
and [best_selling_products]
are woocommerce shortcodes that you can use to insert content inside posts and pages.
You can check this link for reference: Woocommerce Shortcodes
-
This reply was modified 7 years ago by necafasu.