Re: A little rant about bbPress followed by some questions…
Okay, the footer was no problem as mine is just some simple links. I’m having difficulty with the nav bar. In my WP theme (Mimbo) I found this code which I think corresponds to the nav bar…
<ul id=”nav” class=”clearfloat”>
<?php wp_list_pages(‘title_li=’); ?>
When I add it to the header.php file in the template I’m building I get a blank page! I read somewhere about adding code to bb-config to get it to accept WordPress functions but that’s what we are trying to avoid right? So what am I missing?
Thanks by the way!