Hi guys,
So I'm busy developing a wordpress theme and I need to have the same single template for multiple categories. So the logics is to add multiple php files in single -> cat-catname.php and just include a common file.
The issue I have with this is that other users will be using this theme and I need to make it easy for them to change the categories if needed. So my question is, Is there another way to do this?