Forums

Join
bbPress Support ForumsThemesHow to create a message for non-logged in users

Info

How to create a message for non-logged in users

  1. 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?

  2. 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.

  3. You must log in to post.