Creating a single page "Page already exists"
Permalink
I have a section of my site with a "clinic" page and a "select a clinic" subpage:
Under my controllers folder, I have a folder called "clinic" with a "select" controller
However, I've changed my mind and I really want the user to select a clinic from the "clinic" page.
I tried to create a single page from the dashboard named "clinic" but I am getting a message saying that page already exists (because I have an empty page called "clinic" in my sitemap.
Also, since clinic is a folder, I'm not sure what to name my "clinic" controller or how to organize it.
Should I make a controller.php file and put that in my clinic folder? OR should I create a clinic.php file and put that in the folder above ("controllers")?
- clinic -- select a clinic
Under my controllers folder, I have a folder called "clinic" with a "select" controller
However, I've changed my mind and I really want the user to select a clinic from the "clinic" page.
I tried to create a single page from the dashboard named "clinic" but I am getting a message saying that page already exists (because I have an empty page called "clinic" in my sitemap.
Also, since clinic is a folder, I'm not sure what to name my "clinic" controller or how to organize it.
Should I make a controller.php file and put that in my clinic folder? OR should I create a clinic.php file and put that in the folder above ("controllers")?
Or just edit the empty page maybe?