Increase pagination doesn’t work
-
Hi
I’ve tried following function (in functions.php of my theme) to increase pagination, but it doesn’t work:
function bbp_increase_pagination($args) { $args['end_size'] = 5; $args['mid_size'] = 5; return $args; } add_filter( 'bbp_topic_pagination', 'bbp_increase_pagination' );
I still have same pagintation:
What’s the problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.