Display All Subpages EXCEPT...
Permalink 1 user found helpfulMy main navigation looks like this:
Home
--About
----Sub 1
----Sub 2
--Services
----Sub 1
----Sub 2
----Sub 3
--Blog
----Post 1
----Post 2
----Post 3
----etc.
--Contact
----Sub 1
----Sub 2
I have drop-down menus setup on all of my main navigations so users can travel to sub-pages upon hover...however, I don't want to have my blog posts show up as a drop-down menu.
I tried using the Exclude from Nav attribute, but that then keeps those items from showing up in my Date Navigation on my Blog pages to sort through blog posts.
Any thoughts??

I know enough to be dangerous ;-)
$pl->filterByAttribute('exclude_nav',false);
$pl->filterByAttribute('excluded_nav',false);
because $pl->filterByAttribute('exclude_nav',true) will shown that page as well