Forums
(@cendant)
17 years, 10 months ago
Or vice versa
try this:
<?php if ( $user_ID ) : ?> User is logged in <?php else : ?> User is not logged in <?php endif; ?>