How can i create an custom post template for an specific post category? [closed]

this the default template priority structure for categories:

category-slug.php
category-ID.php
category.php
archive.php
index.php

so if your category slug is “car”, you can add file named category-car.php

make sure you resave permalinks after adding the file, if it doest work 🙂

more details here