Creating a Back button on detail post page to go back to blog page with same query strings and page id
So it looks like you can’t get the page number unless you query the whole post type and query strings and then check that against how many pages you show on each page and then do some math to find what page that will be on, so I stuck with the next best thing. I … Read more