Title: umer2001uf's Replies | WordPress.org

---

# umer2001uf

  [  ](https://wordpress.org/support/users/umer2001uf/)

 *   [Profile](https://wordpress.org/support/users/umer2001uf/)
 *   [Topics Started](https://wordpress.org/support/users/umer2001uf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/umer2001uf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/umer2001uf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/umer2001uf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/umer2001uf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/umer2001uf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My theme nav not works correctly](https://wordpress.org/support/topic/my-theme-nav-not-works-correctly/)
 *  Thread Starter [umer2001uf](https://wordpress.org/support/users/umer2001uf/)
 * (@umer2001uf)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/my-theme-nav-not-works-correctly/#post-12551815)
 * i tried different themes but none of it works for me,
    and lets change it in 
   to question…
 * where should i place`wp_nav_menu( array(
    ‘menu’ => ‘Something custom walker’,‘
   walker’ => new bootstrap-walker() ) );` in the header html ?
 *     ```
       <html>
       <head>
       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
       </head>
       <body>
       <header class="nav-area navbar-fixed-top" >
               <div class="container" >
                   <div class="row" >
                       <div class="col-md-12 col-xs-12" >
                           <div class="main-menu">
                               <div class="navbar navbar-cus">
                                   <div class="navbar-header">
                                       <a href="index.html" class="navbar-brand">SAYBER<span>S</span></a>
                                       <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                                           <span class="sr-only">Toggle navigation</span>
                                           <span class="icon-bar"></span>
                                           <span class="icon-bar"></span>
                                           <span class="icon-bar"></span>
                                       </button>
                                   </div>
   
                                   <div class="navbar-collapse collapse">
                                       <nav style="background-color: turquoise;">
                                           <ul class="nav navbar-nav navbar-right">
                                               <li><a>Home</a></li>
                                               <li><a>Contact</a></li>
                                               <li><a>Blog</a></li>
                                           </ul>
                                       </nav>
                                   </div>
                               </div>
                           </div>
                       </div>
                   </div>
               </div>
           </header>
       <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
       </body>
       </html>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How To Fix WordPress Site Address (URL) and Site Address (URL)](https://wordpress.org/support/topic/how-to-fix-wordpress-site-address-url-and-site-address-url/)
 *  [umer2001uf](https://wordpress.org/support/users/umer2001uf/)
 * (@umer2001uf)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-fix-wordpress-site-address-url-and-site-address-url/#post-12239038)
 * go to phpmyadmin and opent the table for your site then click on “wp_options”
   table and change siteurl & home to your site address and thg go to setting of
   your dashboard and click save changes once …..

Viewing 2 replies - 1 through 2 (of 2 total)