Hi,
Thanks for reaching out to us today about conditional menu items. You can achieve this with a small plugin called Menu Item Visibility Control which can be found here https://wordpress.org/plugins/menu-items-visibility-control/.
Once installed each menu item will now have a field titled ‘visibility’, enter the below in this field to only show menu item(s) to logged out users.
!is_user_logged_in()
Likewise, if you wish to show a menu item only to users who are logged in you can use the below instead
is_user_logged_in()
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution