Page template not displaying
This is less of an answer and more of a kind of troubleshooting aid… Add this function to your project (probably functions.php) and then call it from the top of every template file in your theme… /** * Outputs the name of the file as an HTML comment for easy-peesy troubleshooting. * * @param string … Read more