How to create a template for categories
So for this you’d want to use Category Templates in your theme file, which you can read about in the codex here: https://codex.wordpress.org/Category_Templates Basically, let’s say you have the category “Trending Articles”, with the category slug being trending. You would want to copy the category template from your current theme (category.php, or if that doesn’t … Read more