Forums

Join
bbPress Support ForumsThemeswould this work for links?

Info

Tags

would this work for links?

  1. where would i put this code? in the header?

    <div id="navigation">

    <ul id="nav">

  2. "><?php _e('Home','rag'); ?>
  3. About
  4. InterviewscompetitionOur projects
  5. <div id="search">

    <form method="get" id="searchform" action="<?php bb_option('uri'); ?>search.php">
    <div>
    <input type="text" size="38" class="search" id="s" maxlength="100" name="q" value="<?php _e('Search the forums...','rag'); ?>" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" />
    <input class="search-submit" name="submit" type="submit" id="search-submit" tabindex="8" value="<?php _e('Go','rag'); ?>" />
    </div>
    </form>
    </div>

    </div>

  • Place the navigation DIV code just after the

    <div id="header">
    .......................
    </div>

    and before the

    <div id="main">
    <?php if ( is_bb_profile() ) profile_menu(); ?>
  • thanks

  • You must log in to post.