Page Template option absent from Admin page for Pages
-
When I create or edit a Page, on the side menu of options such as Discussion, Page Status, etc., I cannot modify the Page Template. It does not even appear as an option. I looked at the code for edit-page-form.php to see if perhaps something needed to be modified.
If I removed or modified:
<?php if ( 0 != count( get_page_templates() ) ) { ?>
then the Page Template option would appear, along with the dropdown menu.However, the dropdown menu only had ‘Default Template’ as an option. I had created a custom template and uploaded into the folder for the theme I am using. In case that was the wrong place to put the custom template, I tried other places in the hierarchy but it never appeared in the Page Template dropdown menu. (I assumed that would be the case since I had to modify the code in order for the option to appear.)
I do not know why the Page Template option does not appear when creating/editing Pages. What am I doing wrong? Any help appreciated.
- The topic ‘Page Template option absent from Admin page for Pages’ is closed to new replies.