How to know if user is logged in
Hello,
in theme-header.php i want to change the link that appears in:
<a href="<?php echo CP_ADD_NEW_URL ?>" class="obtn btn_orange"><?php _e('Post an Ad', 'appthemes') ?></a>
I want to show registration link to guests and new-ad link to users.
How can i know if the user is logged in or not?
Thank you