The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › Back End › Pagination problems with custom website › Re: Pagination problems with custom website
i put this code in there
‘posts_per_page’ => 5, ‘paged’ => ( get_query_var(‘paged’) ? get_query_var(‘paged’) : 1 ), )); ?>