Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @tomatillo

    Participant

    Thanks for the quick reply. However this didn’t seem to work for me. I’m still learning BP. Could you explain how this works or post another snippet? Very much appreciated.

    @tomatillo

    Participant

    Great, thanks all for your help. I’m running the Genesis framework. Here’s the code I used – works!

    add_action('genesis_entry_content', 'clb_following_title', 9);
    	function clb_following_title(){
    
    		if (bp_current_action() == 'following') {
    			echo '<h2 class="bp-title">Following</h2>';
    		} else return;
    
    	}

    @tomatillo

    Participant

    Any update on this? I’d love to reduce the number of BuddyPress menu items (tabs) by creating a dropdown menu of BP items. There are just too many tabs right now. What is the best way to customize the default BP menu?

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar