Skip to:
Content
Pages
Categories
Search
Top
Bottom

Widget title

  • How can I change the widget title of the member’s widget?

    Or how can I get it to not display so that I can use a custom title?

    Got to do this even if I have to go modify core files.

Viewing 1 replies (of 1 total)

  • Burt Adsit
    Participant

    @burtadsit

    Howdy. There is probably some slick way to unregister a widget and then re-register it again with a different name but looks like you need the widget $id. Wherever that comes from. Anyway, /mu-plugins/bp-core/bp-core-widgets.php line numbers 12/13:

    register_sidebar_widget( __('Members', 'buddypress'), 'bp_core_widget_members');
    register_widget_control( __('Members', 'buddypress'), 'bp_core_widget_members_control' );

    ‘Members’ to ‘Whatever’. They’ll vanish from the page(s) and you’ll have to add ’em back where you want them.

Viewing 1 replies (of 1 total)
  • The topic ‘Widget title’ is closed to new replies.
Skip to toolbar