Create new custom template
I have added another custom post type for additional content I would like to display on my Vantage theme. I am using a Child Theme to customize the look of some pages already, but I would like to creata a new template that shows my custom post content.
I see that all the templates get run through the wrapper.php file, but I'm having a hard time sorting out how I might get my custom template to be run through that same process if my template is stored in my child theme.
Could someone help point out what function I need to call or modify to get the theme to pick up my custom post template from my child theme?
Thx.