Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Home page pagination not working.

$
0
0

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 »’)
) );

  • This topic was modified 14 minutes ago by poohdev.

Viewing all articles
Browse latest Browse all 59525

Trending Articles