• Hi guys!
    i am very new to wordpress, (beginner) and am trying to develop website with bootstrap theme(i already have bootstrap html template), when i doing am unable to create a drop down menu,,, pls help, am totally strucked, without these i cant move forward.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter apoiswordpress

    (@apoiswordpress)

    Please suggest me, i am really worried abt this, not succeded through google,,,
    where i need to place the following code to effect the normal css
    —————————————————————–
    ‘<?php
    wp_nav_menu( array(
    ‘menu’ => ‘primary’,
    ‘depth’ => 2,
    ‘container’ => ‘div’,
    ‘container_class’ => ‘navbar-collapse collapse’,
    ‘menu_class’ => ‘main-nav’,
    ‘fallback_cb’ => ‘wp_bootstrap_navwalker::fallback’,
    ‘walker’ => new wp_bootstrap_navwalker())
    );
    ?>’

    here is my code snippet
    ————————————————————————
    <nav class=”main-nav” role=”navigation”>
    <div class=”container”>

    <div class=”navbar-collapse collapse” id=”navbar-collapse”>
    <ul class=”nav navbar-nav”>
    <li class=”active nav-item”>Home
    <li class=”nav-item dropdown”>
    About abc<i class=”fa fa-angle-down”></i>
    <ul class=”dropdown-menu”>

    • abcd link
    • Other link
    • <!–//nav–>

      </div><!–//navabr-collapse–>

      </div><!–//container–>
      </nav><!–//main-nav–>

      ——————————————
      thanks in advance, to wordpress gurus

    Thread Starter apoiswordpress

    (@apoiswordpress)

    hello wordpress gurus, any one pls guide me to solve my problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘nav bar in bootstrap theme’ is closed to new replies.