Adding a Customer Single Page to Navigation
Permalink
I'm using the default theme, at least for now, and I created a Single page, following the instructions. I can get to this page, called Order, from the Dashboard. But it does not show up in the header navigation, like my other, regular pages do.
Is there some setting I am missing?
Is there some setting I am missing?
This page is going to be a wrapper for an order entry application.
make sure the exclude from nav is unchecked.
make sure it does not overlap with existing system page (you can't create a single page named register, maybe not order as well)
if everything appears to okay, try typing in the url
make sure it does not overlap with existing system page (you can't create a single page named register, maybe not order as well)
if everything appears to okay, try typing in the url
I have managed to get it going. Now, I need to figure out how to update just the page content, without wiping out the page. I'm an Old School guy, and CSS, etc. is a black box to me. The backend application stuff I'm good with, but all this fancy template stuff is a little baffling. For now, I'm putting my confirmation page up with no styling, and giving a link back to the front page.
@markjohns.. can you please let me know how did you manage to get the link on the navbar?