-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Block] Query PaginationAffects the Query Pagination Block - used for pagination within the Query Loop BlockAffects the Query Pagination Block - used for pagination within the Query Loop Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
Currently the pagination numbers block offers no way to set the mid_size parameter. Thus always the default value of 2 is used.
$paginate_args = array(
'base' => '%_%',
'format' => "?$page_key=%#%",
'current' => max( 1, $page ),
'total' => $total,
'prev_next' => false,
);
[...]
$content = paginate_links( $paginate_args );
| $paginate_args = array( |
What is your proposed solution?
Please make the parameter settable with the block editor interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Block] Query PaginationAffects the Query Pagination Block - used for pagination within the Query Loop BlockAffects the Query Pagination Block - used for pagination within the Query Loop Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.