Feeds

Link to a forum from the navbar just belwo the header

PerformancingAds
Submitted by vbcruiser on July 21, 2007 - 1:54am in

When I make a new page the word for example "contact" is created in the navbar(menu) just below the header.

I want to create a word called "forums". And have it go to the menu row and link to my forum. How do I do that?


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

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
20 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.