Re: Add links into menu
Thanks for the correction, Modemlooper
alternatively, one could use
<?php if ( is_user_logged_in() ) : ?>
<li><?php bp_loggedinuser_link() ?></li>
<?php endif; ?>
which was what I was thinking of in the first place
Thanks for the correction, Modemlooper
alternatively, one could use
<?php if ( is_user_logged_in() ) : ?>
<li><?php bp_loggedinuser_link() ?></li>
<?php endif; ?>
which was what I was thinking of in the first place