Submitted by theredmunkey on November 11, 2007 - 12:46am.
Im not 100% sure what you mean BUT if you go to you header.php and:
ADD
<!-- Add Forum Link in Title Bar--> <li class="page_item"> <a href="www.Your_Forum_url.com" target="_blank" title="Forums">Forums</a></li> <!-- End Add Forum Link in Title Bar-->
Then you'll have a "Navigation button" at the top of your page that links to your forum. It will not however appear in you sidebar under your "Pages" widget.
Im not 100% sure what you
Im not 100% sure what you mean BUT if you go to you header.php and:
ADD
<!-- Add Forum Link in Title Bar--><li class="page_item">
<a href="www.Your_Forum_url.com" target="_blank" title="Forums">Forums</a></li>
<!-- End Add Forum Link in Title Bar-->
After
<div id="navbar"><ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
Then you'll have a "Navigation button" at the top of your page that links to your forum. It will not however appear in you sidebar under your "Pages" widget.
Post new comment