Replies: 0
Hello,
I have try to pagination in home page but not working.
and same code apply on the another pages so proper working code.
I try this code.
echo paginate_links( array(
‘format’ => ‘page/%#%’,
‘current’ => $paged,
‘total’ => $query->max_num_pages,
‘mid_size’ => 2,
‘prev_text’ => __(‘« Prev Page’),
‘next_text’ => __(‘Next Page »’)
) );