Coolest Guides on the Planet

coolest guides on the planet

Coolest Guides On The Planet

  • Home
  • macOS
  • WebDev
  • All Posts
  • Contact

Adding a Site Login/Logout Link to an existing Menu in WordPress

April 23, 2014 3 Comments

You can tack on the end of an existing WordPress menu the login/logout link. The WordPress menu must be registered and have a theme location, this will not work with custom menus.

This needs to be added to your theme functions.php file

function add_login_logout_link( $items, $args  ) {
	if( $args->theme_location == 'primary' ) {
	        $loginoutlink = wp_loginout('index.php', false);
	        $items .= '<li">'. $loginoutlink .'</li>';
			return $items;
	    }
	    return $items;
}
add_filter( 'wp_nav_menu_items', 'add_login_logout_link', 10, 2 );

If you need to style the additional menu item, just add a CSS class into the <li> tag.

theme-menu-locations

The key thing is the theme location value needs to be set  – normally themes will have primary and secondary and maybe tertiary menus.

Now if you are logged into the site the link will say logout and if you are logged in the site will say login.

login-logout-menu

Cats: WordPress

Tags

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls

Donate a Beer to the Coolest Guides

Get Beaver Builder Now!

Discuss

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls
Get DesktopServer

Lynda

Lynda.com Online Training Videos

TreeHouse

smlinks

Learn WordPress
osx-modify-shell-path

How to Add to the Shell Path in macOS Big Sur and Catalina using Terminal

October 19, 2019

virtual-hosts osx 10.10 yosemite

Set up Virtual Hosts on macOS Catalina 10.15 in Apache

October 19, 2019

Installing Homebrew on macOS Catalina 10.15, Package Manager for Linux Apps

October 18, 2019

Where is the bash shell in macos Catalina?

October 12, 2019

Refine your search

  • All
  • Modules
  • Themes
  • Documentation
  • Forums & Issues
  • Groups

RSS feed: ars technica ars technica

  • OpenAI stuck fighting Musk antitrust suit after Apple finds a way out
  • Apple releases iOS 27, macOS Golden Gate 27 with Siri AI and Liquid Glass refinements
  • Apple's long-rumored foldable becomes reality with the $2,000 iPhone Duo
  • Apple debuts $129 AirPods 5 with better noise cancellation and transparency mode
  • Apple's iPhone 18 Pro adds variable camera aperture and a more powerful chip

RSS feed: mac surfer mac surfer

  • 'Slow Horses' Renewed for Season 8 at Apple TV+
  • GM Reverses CarPlay Ban for Gas-Powered Vehicles
  • Apple Asks Supreme Court to Vacate Epic Contempt Ruling
  • Siri AI Requires Waitlist to Access in iOS 27
  • iOS 27 Lets Users Opt Into Siri AI Data Training

Donate

Copyright © 2026· Neil Gee - All Rights Reserved - Hosted by Runcloud

Copyright © 2026 · gee on Genesis Framework · WordPress · Log in