2011-06-10, 08:12:43
Got some question about that:
I've got this menu structure:
- home (visible in menu)
- category (visible in menu)
-sub_page_1
-sub_page_2
....
-sub_page_n
-contact (visible in menu)
-etc. (visible in menu)
Now, when I go to page 'category' i want to see:
In words, I want to see list of all (children) sub pages with links to them.
I need function which I might use in page content.
and second thing:
Where can I find list of commends witch i can use in editor (like (% gallery name=thing %) )
I'm reading plugins .php files but that does not helping.
best regards!
I've got this menu structure:
- home (visible in menu)
- category (visible in menu)
-sub_page_1
-sub_page_2
....
-sub_page_n
-contact (visible in menu)
-etc. (visible in menu)
Now, when I go to page 'category' i want to see:
Code:
<p>some text<p>
<ul>
<li><a link to subpage1>sub-page1</a></li>
<li><a link to subpage2>sub-page2</a></li>
<li><a link to subpage3>sub-page3</a></li>
....
<li><a link to subpagen>sub-pagen</a></li>
</ul>
some txt. maby component
In words, I want to see list of all (children) sub pages with links to them.
I need function which I might use in page content.
and second thing:
Where can I find list of commends witch i can use in editor (like (% gallery name=thing %) )
I'm reading plugins .php files but that does not helping.
best regards!