paginate_links(), page or paged variable?
-
I’ve been having a crippling problem I can’t seem to get help with on this website.
I’ve been using paginate_links() to give me…paginated links :D.
It puts out a link like this:
https://localhost/?s=cute&post_type=image&paged=2
Which gives a 404. But if I change it manually, in the browser bar to page
https://localhost/?s=cute&post_type=image&page=2
It works fine. The question I have is how do I get wordpress to work consistently with this? Should I be using “paged” and finding a way to get that recognized, or is there a way to get “page” to be output in that link instead?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘paginate_links(), page or paged variable?’ is closed to new replies.