When I click on a category now, it looks like..
Category Archives: MyCategory
first post
second post
third post..
I want to customize these landing pages for special categories, add text, pictures, html.
How do I do that, easiest way, w/o plugins.
There might be a file to be cloned, like content-category-mycategory.php?
Here is the Template Hierarchy, which gives you an overview of the different approaches.
You could create for each category an individual PHP file:
category-{CATEGORY ID}.php
category-{CATEGORY SLUG}.php
.Or you could use a single file
category.php
in which you define the output (as well as its layout, style etc.) according to the current category – again, either depending on its ID or its slug.Here’s a short example using the ID: