When setting up a new Page to server as a Blog Posts (List) or another blog post template, it appears theres no good way to make one of these for each of my categories. Instead, they just show all blog posts and theres no way to adjust the query.
Are you able to help me set up a Pages with a blog post template such that I can just show one specific category? How do I adjust the WP_Query in your code for these archive templates so that I can have individual category pages?
Hi Dan, The blog post template doesnt have the option to customize the wp_query. But you can use the native blog category url https://[domain-name.com]/category/[category-name] to reach a category page.
When setting up a new Page to server as a Blog Posts (List) or another blog post template, it appears theres no good way to make one of these for each of my categories. Instead, they just show all blog posts and theres no way to adjust the query.
Are you able to help me set up a Pages with a blog post template such that I can just show one specific category? How do I adjust the WP_Query in your code for these archive templates so that I can have individual category pages?
Hi Dan,
The blog post template doesnt have the option to customize the wp_query.
But you can use the native blog category url https://[domain-name.com]/category/[category-name] to reach a category page.
Thanks,
Alexandre from the Sonaar.io Crew
Solved my issue in another way, and continuing to learn how incredibly inflexible this theme is!
Thanks
Thanks,
Alexandre from the Sonaar.io Crew