Info
- 2 posts
- 2 voices
- Started 3 years ago by SteveDrum
- Latest reply from chrishajer
- This topic is not a support question
How to create a message for non-logged in users
-
- Posted 3 years ago #
Hello.
I was just wondering if anyone knows how to do this...
I want to include a little message at the top of my template, which will only appear for the people who are not logged in.
is there an easy way of checking whether someone is logged in? -
- Posted 3 years ago #
Use
<?php if ( !bb_is_user_logged_in() ) : ?>then if that comes back true (they're not logged in) display your message.Examples of this can be found in the front-page.php template file.
-
You must log in to post.