Info
- 2 posts
- 2 voices
- Started 2 years ago by Nataliya1977
- Latest reply from gerikg
- This topic is not resolved
A button in header of bbpress
-
- Posted 2 years ago #
Hello!
I create e social network on WordPress MU+Buddypress+bbpress.
I want to create a button "Home" in header of bbpress to unite my social network and forum. And in header of Buddypress create a button "Forums". How can I do it?
I'm not a programmer and I don't know php-code veru well.
Help me! -
- Posted 2 years ago #
It depends on the theme. Go into your theme folder in BBpress and open header.php. Figure out where the links are being created. Then just insert an html tag (no need for php) `<a href=""> blah</a> etc etc Just make sure you have the correct surrounding tags. Sometimes they use
<li> </li>
and throw in class=""..An easy way to do it on WPMU is create a page the same as the directory. If it's in http://www.website.com/forums then create a page call forums.
-
You must log in to post.