I'm attempting to setup a custom template for all posts under a specific Custom Post Type, using the Types plugin. I've looked extensively through their documentation and spent a good while attempting to find results on Google but can't find anything.
The recommended single-[name].php setup isn't working/taking effect.
Is there something I'm missing? Some custom code for my functions.php file?
Please advise.
Kind regards, Patrick
[name]should be the name of the post type in the backend. This is often NOT the same as the name in the frontend. You're going to need to figure out how the Types plugin prefixes the post type name/slug that it registers. - rnevius