Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add dynamic links to default theme sidebar login

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbpfr
    Participant

    @chouf1

    @ethane,

    can be done in buddypress/themes/bp-default/sidebar.php
    Make a copy of this file into your child theme.

    Add between line 17 & 18
    <?php  if ( is_user_logged_in() ):  ?>

    <div>your stuff here</div>

    <?php endif; ?>


    Ethane
    Participant

    @ethane

    I’ve tried it with succes! Thanks for the help my friend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add dynamic links to default theme sidebar login’ is closed to new replies.
Skip to toolbar