Members in Auto-Nav. WHY CAN'T I DELETE THIS?!
Permalink
I have DELETED EVERY SINGLE PAGE in my sitemap except Home. There are no pages left.
I have also deleted the Group called "Members" which I created earlier.
I even deleted the additional page template I had uploaded.
But for some reason, Members is still showing up in the auto-Nav:
http://www.thenynetwork.com/
If you click it, you get an error message. It appears to be the same Members page I see in my dashboard under Pages and Themes > Single Pages > Members is the first link at the top of the Single Pages list which takes me to this page if I click it:
http://www.thenynetwork.com/index.php?cID=9...
How can I get rid of this?
I have also deleted the Group called "Members" which I created earlier.
I even deleted the additional page template I had uploaded.
But for some reason, Members is still showing up in the auto-Nav:
http://www.thenynetwork.com/
If you click it, you get an error message. It appears to be the same Members page I see in my dashboard under Pages and Themes > Single Pages > Members is the first link at the top of the Single Pages list which takes me to this page if I click it:
http://www.thenynetwork.com/index.php?cID=9...
How can I get rid of this?
and to stop the error for the members page you need a view.php page. just replace with
<?php $a = new Area('Main'); $a->display($c); ?>
<?php print $innerContent; ?>
Thank you both. I'd make them both orange if I could.
So weird. I wonder why this never happened before.
So weird. I wonder why this never happened before.
just click one and then the other, that'll give us both credit, even if it doesn't mark it.
Good work Lucas. Thats what I would have done.
Then click on the Members page, select Properties, add the custom attribute Exclude from Nav and check it.
Save. Done.