Hi,
Thanks for contacting us about logged in menu content. You can achieve this easily by installing a plugin called Menu Item Visibility Control which can be found for free in the WordPress plugin repository here https://wordpress.org/plugins/menu-items-visibility-control/.
Once this plugin is installed it will add a new field to each menu item that has been added to the menu titled ‘Visibility’. You can then use the below snippet in this field to show only if a user us logged in
is_user_logged_in()
Or you can use the below snippet to only show a menu item if a user is logged out
!is_user_logged_in()
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution