Archived topic
Set static pages as category page
1 reply · Started by Ramandeep on June 18, 2018
Is it possible to set a Static Page as Category Archive Page?
I have made custom pages from which I am going to link the posts.
I don't want to achieve this by using 301 redirection.
Hi there,
I've looked into this a lot, and I think the only way to do it is to create custom templates (archive.php etc..) in your child theme.
Then you'd need to alter the built in loop to grab content from a static page, instead of looping through posts as it does by default.