sub pages
-
I have built a site that has navigation bars at the top and bottom. When I click one of the links in either of the bars, I want a new php page to display in WordPress. I can’t seem to locate any support blogs that give a clear example of how to do this. The site is called https://www.AlternativeConsumer.com. What I am looking to do is:
There is a link in the bottom nav bar called “Terms of Use”. I copied the page.php to a new page and named it termsofuse.php. I placed the code:
<?php
/*
Template Name: termsofuse
*/
?>at the top of this page.
What do I specify in the anchor behind the Terms of Use link to get this page to display? And please don’t recommend PermaLinks. I’m confused enough right now and am just looking for some simple code to get it to work quickly.
- The topic ‘sub pages’ is closed to new replies.