page_menu, show_menu, show_menu2

johnp

Thank you deschek that did the trick....

diodak

You can try to query it by page_id

Here`s example:
<?php show_menu2(072SM2_ALLSM2_ALL,'[li]<a href="[url]">[page_title]</a>''</li>''<ul>''</ul>'); ?>
Buchsbaum

johnp

back end admin example

[gelöscht durch Administrator]

johnp

Example

[gelöscht durch Administrator]

johnp

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.