Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search/Sort Feature Not Appearing On BuddyPress Member Group Pages


  • David Bisset
    Participant

    @dimensionmedia

    First off, I can confirm this it the theme i’m working on but not actively/knowingly hiding this. Literally the html that appears from this part of the template:

    	
    <div class="item-list-tabs" id="subnav" role="navigation">
    		<ul>
    			<?php do_action( 'bp_members_directory_member_sub_types' ); ?>
    		</ul>
    </div>
    

    Output:


    <div class="item-list-tabs" id="subnav" role="navigation">

    </div>

    ( in case it’s not apparent the output is just the template code with an empty ul tags )

    I’m attempting to trace action bp_members_directory_member_sub_types but can’t seem to locate in in my keyword search. Brain fart? Probably. But attempting to trace to determine where in the current theme is causing the sort filter not to appear. Thanks for any feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search/Sort Feature Not Appearing On BuddyPress Member Group Pages’ is closed to new replies.
Skip to toolbar