Forum Replies Created
-
Hey All,
Well, after a day playing around with creating my own template I’ve decided to go with an include. Any tips on including a WP header in a bbPress installation?
Sorry, here’s a link to my live site if it helps…
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”>
- /” class=”on”>Home
<?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!
Thanks everyone for the discussion and tips – this is my first time using the bbPress forum and I have a good feeling about it!
I’ve been playing around with various suggested techniques to achieve what I want. It seems as though there are quite a few methods bouncing around the forums – unfortunately none have worked for me. Interestingly enough, none of them mention the ‘my-templates’ rule.
I’ve decided to make my life simpler and just hound you guys until I get it done as you seem to know what your doing! So, going with Sam’s suggestion to create my own them I have…
Set-up locally (in a folder called ‘my-templates’ a bare bones theme – consisting of a css file, a header file and a footer file. My only goal is for my WP header and footer to sandwich the forum.
Where do I go from here?