Correct process for a new Page Template?
A page template defines the full rendered content displayed: header, footer, content – everything. So, at the very least, you’ll need to call get_header() and get_footer(), or manually add the header and footer code to the template. Also, I would recommend using a callback to enqueue your custom stylesheet. You can use the is_page_template() conditional … Read more