change pagination format
-
Hi, first I want to thank for this great plugin
I am new in WordPress, I want to change the pagination format, but not able to find any hook which help to update page format, as we have the following format
paginate_links([
?’format’ => ‘#page=%#%’,
?])
I want to replace # to ? like this
paginate_links([
?’format’ => ‘?page=%#%’,
?])
Is there any hook which help?
Thanks in Advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change pagination format’ is closed to new replies.