My website has a structure like this:
root folder contains — > 1)index.php
2) Child Folder which also contain home.php, contact.php and products.php
Now I just created a new page called page.php (in the child folder) and made some changes to it so it becomes unique to only the homepage.
My question is, how do I change the the homepage link from the default home.php (in the child folder) to the page.php??
Do I have to create the link in the index.php
Please forgive my ignorance. To make the question simple, take it this way: How do I create a theme and make it unique to only a particular page say only the homepage or only the products page?? I’ve been very frustrated for weeks trying to customize my homepage
I can’t really tell what you’re asking. Are you trying to make it so that:
Resolves to this?
If so, just put this in
/child-folder/.htaccess: