Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add navigation tab in photos page


  • jackstyze
    Participant

    @jackstyze

    Hello i would like to add a new nav menu with videos[ with a shortcode] to Photos page menu
    there is all photos | My photos and i would like to add | Videos
    I tried this :
    function video_tab(){
    echo “helloword”;
    }

    add_action(‘bp_before_directory_media_tabs’,’video_tab’);
    but not sure about the function bp_before_directory_media_tabs

  • You must be logged in to reply to this topic.
Skip to toolbar