Ok - Here is what I thought I could simply "knock out" and move and now I've thought myself into a knot!
I have one menu in sidebar - I want the pages to be listed there in a menu.
No biggie but I DO NOT want the child menus to show on home page - just when I click on the child.Code:<?php wp_list_pages('title_li='); ?>
So I did this:
Works! SortaCode:<?php if ($post->post_parent) { $parent = $post->post_parent; } else { $parent = $post->ID; } wp_list_pages("title_li=&child_of=$parent"); ?>.
When I go to a page all the child pages show up BUT I get no pages at all on the home page!
Please, while I have one or two hairs left, tell me what I have missed.













LinkBack URL
About LinkBacks
.
Reply With Quote

Bookmarks