Adding a Site Login/Logout Link to an existing Menu in WordPress
You can add on to the end of an existing WordPress menu a site 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 add_filter( ‘wp_nav_menu_items’, ‘themeprefix_login_logout_link’, 10, 2 ); function themeprefix_login_logout_link( $items, $args ) { if( … Continue reading Adding a Site Login/Logout Link to an existing Menu in WordPress
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed