I want to see all the posts on my WordPress blog which are tagged with foo.
If I visit https://example.com/blog/tag/foo - it shows me the default number of pages, 10, and an option to view more at the bottom.
Is there a URL parameter I can use to show all to posts? Or to show 15 posts?
If I use ?order=asc or ?order=desc I can change the order in which they are displayed. But if I use ?posts_per_page=100 nothing changes.
I don't want to install any plugins, or alter any code on my blog.
-1doesn't make a difference.