Fold Page List: subpages displaying incorrectly
-
Hi everyone, I have a problem with displaying subpages well in the sidebar I use FOLD PAGE LIST to display in drop down the subpages, but i have the problem tha the subpages appearing a top of the main page link. I mean one on top of the other…
this is the code i use:
<div id="sidebar"> <ul> <li><a href="index.php">Home</a></li> <?php $g_page_id = $wp_query->get_queried_object_id(); $ancestorIDs = _wswwpx_page_get_ancestor_ids($g_page_id); $grandParent = $ancestorIDs[0]; wswwpx_fold_page_list("title_li=&sort_column=menu_order&child_of=".$grandParent); ?> </ul> </div>
DOes this has to do with the css??
hope somebody can give me a hand.
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fold Page List: subpages displaying incorrectly’ is closed to new replies.