latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Menu item only available to logged OUT users

Home Forums Community Forum Menu item only available to logged OUT users

Tagged: ,

This topic contains 3 replies, has 2 voices. Last updated by  Raam Dev 4 years, 8 months ago.

Topic Author Topic
Posted: Wednesday Apr 25th, 2012 at 3:16 pm #11855
Skip Shean
Username: skipshean

I would like to have a menu item that is only visible to users that are logged out entirely — not free, not paid, only logged out users.

Possible? Maybe with conditionals? Couldn’t locate this one in knowledgebase answers to date…

List Of Topic Replies

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Wednesday Apr 25th, 2012 at 10:53 pm #11889
Raam Dev
Username: Raam
Staff Member

Hello,

Yes, you can simply use the WordPress is_user_logged_in() function within a conditional:

if( !is_user_logged_in() ) { /* show logged out menu item  */ }
Posted: Thursday Apr 26th, 2012 at 9:09 am #11931
Skip Shean
Username: skipshean

awesome, thanks for the reply.

Posted: Thursday Apr 26th, 2012 at 6:59 pm #11995
Raam Dev
Username: Raam
Staff Member

Glad to help! :)

Viewing 3 replies - 1 through 3 (of 3 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.