Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Can't get the paginate_links nav to update after first click Reply To: Can't get the paginate_links nav to update after first click

#167861
rpk
Participant

Ok finally found a working combination for the last problem:

'base' => get_pagenum_link(1) . '%_%', 
'format' => '?paged=%#%',

Cheers r.