Is there an URL I can access, or an argument that can be passed, to disable pagination on the reader’s side?
The blog uses standard WordPress comment pagination, i.e., http://example.com/2012/01/post-title/comment-page-1/
I’d like to be able to reformulate the URL into something like http://example.com/2012/01/post-title/all-comments
Just build a link that has some query args:
Then add a page with a a permalink of
all-comments
, so you have something to target.There you attach a template like the following (just a base to work off):