I'm developing a website with wordpress and I'm using underscores starter theme.
I have 2 different categories and I need to create single templates for each one.
I'm having problems with that because wordpress doesn't assume my custom single templates and I don't understand why.
I already tried to put the single template in root theme directory, tried single-cat-categoryname.php or just single-categoryname.php, create a folder single but nothing works.
How can I create custom single posts templates with underscores?
Thank you
According to the template hierarchy you can create template for category or term but not on single post which contain category
Ref: Template Hierarchy
but you can create template page where you can choose template for each post
Ref:Page Templates