[ad_1]
This is probably a dumb, basic question, but I’ve had difficulty narrowing down my web searches to get an answer. How do I create a page on my WordPress site that lists posts in a specific category? Would prefer to have it just list a preview of each post and not the entire post. TIA.
[ad_2]
If you are using a builder, it’s likely they already have an option for that.
If not then you might want to child theme your template and create a wp with a wp_query that selects posts based on a category.
Another option is to make a wp_query that selects posts based on a category and display it using a shortcode.
All themes do this ‘out of the box’
In the admin, go to Posts > Categories, hover over one of your categories and click “View”