Another newbie here just trying to master this consistent menu bar option. I have followed Naval's instructions but I have one problem that I can't seem to figure out.
Little background. I have a very simple startup site. Only 5 pages. Home, Products, Services, FAQ, & Contact. I had the same menu bar on all pages. To test the new way of doing things, I saved a new page called "menubar" and then went to my services page and removed the existing menu. I added the HTML box in it's place and pasted the following code-
<?php
include 'menubar.html';
?>
Saved all my pages and published them again. Strangest thing is happening. My main page (index.html) is now showing this new menu bar as well. Even though I only saved the HTML box on my "services" page. The other pages still show the old menu bar as I would have expected. Can anyone offer a suggestion why my index page has also been affected?? Any help is much appreciated!! Thanks
Little background. I have a very simple startup site. Only 5 pages. Home, Products, Services, FAQ, & Contact. I had the same menu bar on all pages. To test the new way of doing things, I saved a new page called "menubar" and then went to my services page and removed the existing menu. I added the HTML box in it's place and pasted the following code-
<?php
include 'menubar.html';
?>
Saved all my pages and published them again. Strangest thing is happening. My main page (index.html) is now showing this new menu bar as well. Even though I only saved the HTML box on my "services" page. The other pages still show the old menu bar as I would have expected. Can anyone offer a suggestion why my index page has also been affected?? Any help is much appreciated!! Thanks
Comment