[ad_1]
Hi! I’m very very new to web building and wordpress.
Okay, so I’ve made a list of categories and these categories are listed on my headers.
Example: Toyota, Tesla, Mercedes
So, naturally, the URL will be **superrcars.com/category/toyota**
Clicking on the URL will lead me to the site which list the post that I’ve made for the Toyota category.
​
So my question is, where do I edit the layout for this category page?
Meaning the page for the category.
[ad_2]
Yes. You’d edit your theme’s category archive template via a child-theme.
Archive pages don’t usually have page builders or editable sections.
You’ll need to create a PHP file in the theme directory and labeled it as “category-toyota.php”
Copy the code from the existing category.php or archive.php file.
I’ve build page builders for archive pages using Advanced Custom Fields, a WordPress plug-in
Those pages are generally auto-generated and all are based on your themes archive.php or category.php if it has such a file.
You can make templates for it though . That way you can just duplicate the archive.php and modify to your categories needs.