Ok got a question... When using any one of the following
page_menu
show_menu
show_menu2
to control your menu structure..
How do you call a page or multi pages when these pages are under a hidden page strucure
Example:
>Sample Page(hidden)
>page two(not hidden)
>page three(not hidden)
>page four(not hidden)
>page five(not hidden)
So what I want to do is call all the not hidden page links but keep the hidden out.
Example
[gelöscht durch Administrator]
back end admin example
[gelöscht durch Administrator]
You can try to query it by page_id
Here`s example:
<?php show_menu2(0, 72, SM2_ALL, SM2_ALL,'[li]<a href="[url]">[page_title]</a>', '</li>', '<ul>', '</ul>'); ?>
Thank you deschek that did the trick....