Sub Pages / Page Groups

3 views
Skip to first unread message

Gwiffy

unread,
Dec 6, 2008, 3:50:19 AM12/6/08
to Pixie
Hello,

Is there any way to create sub pages or page groups? If not... then
how would you setup a drop down menu with sub links?

Thanks.

Scott

unread,
Dec 8, 2008, 4:46:49 AM12/8/08
to Pixie
Hi Gwiffy
You could replace the auto navigation with your own un-ordered lists
if you like. Open up index.php and goto line 191:

<?php build_navigation(); ?>

remove this line and simply insert your own list of items eg:

<ul>
<li id="link1"><a href="<?php print createURL("link1");?>"
title="link1">Link1</a></li>
<li id="link2"><a href="<?php print createURL("link2");?>"
title="link2">Link2</a></li>
<li id="link3"><a href="<?php print createURL("link3");?>"
title="link3">Link3</a></li>
</ul>


the createURL() function will ensure your links work on both your
local server and remote server.


Hope that helps

Scott
Reply all
Reply to author
Forward
0 new messages