2010-08-17, 21:41:01
Hi.
Well, you should not replaceIt still needs to be there for the main menu.
Instead you should just addwherever you want the children/siblings menu to appear.
Thanks for pointing out the typos in the theme ;-) have not checked it that well myself.
Well, you should not replace
Code:
<?php get_navigation(return_page_slug()); ?>
Instead you should just add
Code:
<?php go_child_menu(); ?>
Thanks for pointing out the typos in the theme ;-) have not checked it that well myself.
Stew_822 Wrote:I'm getting a bug . I installed the plugin, replaced
withCode:<?php get_navigation(return_page_slug()); ?>
and I get an empty <ul></ul> when I have a look with firebug. Nothing is showin' up, either. I don't have fancy urls on and am testing it in localhost (with the default setting using xampp). I installed it with easy-install, so I don't know if that makes a difference.Code:<?php go_child_menu(); ?>
Sorry to be such a downer
EDIT: By the way, nice site. I found the text "Start sidebar" though and wondered if it was meant to be there...
Anyway, I'd also like to point out you have the default favicon in your theme .
Lol, just had another look and found a starting comment in the top right-hand corner of your theme . (<!--).
Good luck!