Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add links into menu


@mercime
Keymaster

@mercime

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 :-O

Skip to toolbar