Tagged: Buddypress Groups, Community-Builder, Page Header
Hi Janet,
My apology for not posting the code yesterday. I tried a simple filter today which did not work. I am looking at it and will be providing the solutions sometimes today.Thank you
BrajeshHi Janet,
Please put this code either in bp-custom.php or in your child theme’s functions.php/** * Force group activity to only list updates. */ add_filter( 'bp_after_has_activities_parse_args', function ( $args ) { if ( ! bp_is_group() ) { return $args; } $args['action'] = 'activity_update'; return $args; } );
Regards
BrajeshHi Janet,
Thank you for the reply.
I am glad it worked.Regards
Brajesh
The topic ‘ [Resolved] Page header images issues in CB’ is closed to new replies.
This topic is: resolved