Forums

Join
bbPress Support ForumsPluginsShow ads (or other things) to only guests

Info

Tags

Show ads (or other things) to only guests

  1. What do I type to make something visible to only guests? For example, I have ads by Google in the sidebar that I'd like to display only to guests. How can I achieve this?

  2. wrap any html or javascript (or even php) that you only want guests to see in this
    <?php if (!bb_is_user_logged_in()) { ?>
    blah stuff here
    <?php } ?>

  3. Thank you so much _ck_ :D

  4. You must log in to post.