I am trying to add a custom page template to my Dazzling theme. I upload it into the theme folder like I have with other themes but it doesn’t appear in the theme file editor, and it does not show in the page attributes as an option.
My file name is page-custom.php and inside I do have the template name:
/**
- Template Name: Custom Quote
- This is the template that displays full width page without sidebar
- @package dazzling
*/
What am I missing?