Login Help

  • Author
    Posts
  • #39811

    Hello, I cannot seem to get the log out option to display properly in the nirvana them. Instead of appearing with all the menu items it appears on the top right corner and in smaller font. Here is a pic Pic
    The code to display the log out/ log in option
    function autov_add_loginout_navitem($items) {
    $login_item = ‘<li id=”login”>’.wp_loginout($_SERVER[‘REQUEST_URI’], false).’‘;
    $items .= $login_item;
    return $items;
    }
    add_filter(‘wp_nav_menu_testmenu_items’, ‘autov_add_loginout_navitem’);

    Any ideas on how to remedy this issue, and thanks in advance for the responses.

    • This topic was modified 8 years ago by jdelgado96.
Viewing 1 post (of 1 total)

The topic ‘Login Help’ is closed to new replies.