[ad_1]
I’m helping a friend make a blog of climbing Everest (tetonclimber.com), and it’s a little tedious reading each post then returning to the homepage to click the next post. I’m wondering if there’s some way to make a special page that shows every Post chronologically, from oldest to newest, with the post content, like a long scroll book?
[ad_2]
If you only need a simple overview of all your posts without any filters, you can use [WP_Query](https://developer.wordpress.org/reference/classes/wp_query/) with a custom loop where you can add the desired content of your posts. If you’re using blocks, maybe this [article](https://wordpress.com/support/wordpress-editor/blocks/query-loop-block/) can be helpful as well.