Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Some PHP help please

The cleanest way of doing this hasn’t been mentioned. Instead of using echo commands, it’s a lot easier to just wrap HTML.

<?php if ( bb_is_user_logged_in() ) : ?>
this
<?php elseif : ?>
not this
<?php endif; ?>

Skip to toolbar