Title: Put button in menu?
Last modified: August 21, 2016

---

# Put button in menu?

 *  Resolved [alvaroj89](https://wordpress.org/support/users/alvaroj89/)
 * (@alvaroj89)
 * [12 years ago](https://wordpress.org/support/topic/put-button-in-menu/)
 * Hello!
 * The plugin seems great but I was wondering… is there any way I can call it from
   my menu bar?
 * Thank you!
 * [https://wordpress.org/plugins/ajax-bootmodal-login/](https://wordpress.org/plugins/ajax-bootmodal-login/)

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

 *  Thread Starter [alvaroj89](https://wordpress.org/support/users/alvaroj89/)
 * (@alvaroj89)
 * [12 years ago](https://wordpress.org/support/topic/put-button-in-menu/#post-4937811)
 * I did it by adding the shortcode with a text widget to the menu area of my theme.
   Then, a little bit of CSS tweaking.
 * I still think it would be nice to have the option in future versions for less
   techy people ;).
 * Thanks!
 *  Thread Starter [alvaroj89](https://wordpress.org/support/users/alvaroj89/)
 * (@alvaroj89)
 * [12 years ago](https://wordpress.org/support/topic/put-button-in-menu/#post-4937851)
 * Just in case anyone comes here with the same problem… I found a better way to
   include the shortcode in the menu directly.
 * You would have to put this in your theme’s functions.php
 *     ```
       // Register login menu link
       add_filter( 'wp_nav_menu_items', 'add_loginout_link', 10, 2 );
       function add_loginout_link( $items, $args ) {
           $items .= '<li id="login-link">' . do_shortcode('[Alimir_BootModal_Login]') . '</li>';
           return $items;
       }
       ```
   
 * Hope that helps!
 *  [CotswoldPhoto](https://wordpress.org/support/users/cotswoldphoto/)
 * (@cotswoldphoto)
 * [12 years ago](https://wordpress.org/support/topic/put-button-in-menu/#post-4937955)
 * You can also do shortcode in UberMenu, but UberMenu is paid for.

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

The topic ‘Put button in menu?’ is closed to new replies.

 * ![](https://ps.w.org/ajax-bootmodal-login/assets/icon-256x256.jpg?rev=981269)
 * [Ajax BootModal Login](https://wordpress.org/plugins/ajax-bootmodal-login/)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-bootmodal-login/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-bootmodal-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-bootmodal-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-bootmodal-login/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [CotswoldPhoto](https://wordpress.org/support/users/cotswoldphoto/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/put-button-in-menu/#post-4937955)
 * Status: resolved