Archived topic
Creating custom archive page
3 replies · Started by Arthur on December 28, 2020
Hey guys, just wondering, what is the best way to create a custom archive page to display all posts, that is not the default 'all posts' page. Thanks.
Hi,
The easiest way is to create a new page that will serve as the Archive page through the dashboard and add in a WP Show Posts list that displays all posts.
This way, you can completely customize how the page will look like. You can also change the post query through WPSP's settings page.
What about if we don't want to use a plugin? We are able to write custom php, just need to know how using GP.
What about if we don’t want to use a plugin? We are able to write custom php, just need to know how using GP.
You can write your own shortcode and add it in to the new page that will serve as the Archive page the same way you add WPSP shortcodes. :D