Forums
(@d3burts1d)
18 years, 9 months ago
I’m having the same problem.
<?php if ( $user_ID ) : ?> <?php printf(__('Hello, %s.'), $user_identity) ?> <?php else : ?> User is not logged in <?php endif; ?>