I made a website that has a static front page, it has a special header and the blog reveals itself only after pressing a button (only for the front page).
Everything is working as expected except for the fact that if you are on page two of the blog, and click the previous button -- it'll go back to the base url, leading them back to the front page making them press the button again.
What I want is for the previous button for page 2 to go to "www.blog.com/?paged=1" instead of just "www.blog.com" so they don't have to go through the trouble of clicking the view blog button and waiting for the blog to appear again.