How to change the number of activity items on a profile page?
-
I found this code and put it in my child theme functions but it does not work for me :
//=Change the number of activity items to show per page function my_custom_query_filter( $query_string ) { $query_string .= ‘&per_page=10′; return $query_string; } add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to change the number of activity items on a profile page?’ is closed to new replies.