Hmm... I've made hundreds of custom page templates in the past so this is a mystery for me. I'm trying to add some custom page templates into the framework. I saved a copy of page.php and re-named it to page1.php. At the top of the file I've changed the code to:
<?php
/**
* Template: custom-page.php
*
* @package WPFramework
* @subpackage Template
*/
get_header();
?>
The template is not showing up in the drop down for me to select the template for a new page.
It seems like it should be there and I've done this with no problems in many different themes. Is this something that anyone else has encountered? Am I missing something?
I love the framework by the way.