If there is everything OK with your template file (it should be placed in root directory of your theme) and the comment is correct then there can be one more thing…
There is/was some mysterious bug, that was preventing template select from appearing. You can read about this bug here:
https://core.trac.wordpress.org/ticket/18324
It’s closed, because it could not be reproduced, so… it’s still not solved.
The good news is that there was workaround for this bug. If you switch to some other theme, and then get back to your theme, then the contents of page template select should be refreshed and correct.
PS. You really shouldn’t be using so old WP đŸ˜‰
Related Posts:
- WordPress API Menu/Submenu Order
- How to move page template files like page-{slug}.php to a sub-directory?
- How To Add New Option Types To Option Tree?
- What WP folder can I use to write files to?
- Add a dropdown to theme customizer
- Setting multiple default background images?
- Best practice way to implement custom sections into a WordPress theme
- Best practice (forward compatibility) for theme options
- Returning Variables back into a template
- Do I really need the div class entry?
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Is there a way to activate different theme for specified users? [closed]
- Set multiple templates per post
- qTranslate with my own theme and settings
- Single Page theme [closed]
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- Can I have two different theme for two different language?
- Single Page Design, Storing in Theme Options
- How to enqueue javascript for WP Customize options sidebar?
- correct tags for validating input types
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- How can I change the theme of different posts using a plugin?
- Copying the theme style files and images to duplicate the website but with a difference
- Alignment Problem [closed]
- How add built-in textarea in theme development?
- help needed for suit designing tool
- Customizer API Multi Sections in single Panel
- Theme does not allow shortcodes
- What is an alternative to not using child theme to customize a WordPress theme?
- using themename_the_custom_logo() in template-tags?
- how can I re-utilize and class on a child theme
- Using Customizer value in an external PHP file inside a theme
- Can you create a custom page with content in the center already defined?
- “No Data Received” error in Chrome every time i try to update the theme functions file
- WordPress two sidebar layout or theme
- Theme automatically inserting “more” tag on every post
- Turning WordPress Into full-featured website?
- Is there a way to have WordPress autodetect page templates in the page-templates directory and any sub-folders?
- What is the point of using the front-page.php template? [closed]
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- How to automatically set a Template Page Name next to a page in menu screen such as WooCommerce pages, front page, or posts page in wordpress?
- TItle In Latest Post is not using H1 Tag [closed]
- How do I add settings to the Background Options Page?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- WordPress Settings API error
- Is it possible to use line break in theme description?
- Grab the first paragraph of each post
- How to check if post has any tag?
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- Which is the simplest theme for WordPress to use it as your base?
- “Cheatin’ uh?” error message on multple theme directories
- Adding WordPress colorpicker in widget settings
- A theme that follows all the best practices to learn from?
- get_post() function returns post even if it is trashed
- How to highlight the current page in the nav menu?
- “Display Site Title and Tagline” checkbox not working?
- Add social icons in a theme through custom admin menu
- file_get_contents Not allowed in Themes?
- Change setting name in Customizer and keep the data
- How do I remove twentyten without ruining what I did?
- Custom theme not visible in Appearance
- after_setup_theme, Global Variable and Theme Customizer
- WordPress security issue to output data from user input from theme option form
- Where can I access my custom page template?
- Developing WordPress Theme using CSS framework like Bootstrap
- WP_Customize_Color_Control omitting # symbol
- Theme translation not applying
- How to add filter the post thumbnail before save in database?
- WP_Comment_Query – Get comments and answers separately
- excerpt() shows different result between remote and localhost(development environment)
- How to create a custom page(not a template) in a theme
- Prefix best practice, should we use framework name or theme name?
- Theme Javascript.php Overwritten Nightly [closed]
- Call to undefined function add_menu_page() on theme activation
- Should all references to a text domain be to my current theme?
- Making a WordPress theme based on twentyten
- theme style is applied on the dhasboard rather than the website
- What $handle does WordPress use for a theme’s implicit style.css?
- Unwanted empty line at the beginning of document
- Why is my container argument not working for wp_nav_menu() [closed]
- How to modify theme content in Thematic?
- How to update mark-up of a gallery block in a custom theme?
- Host Private Custom Theme
- My wordpress theme name isn’t updating straight away
- WordPress theme options checkbox default checked state
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I change this SVG shape that’s generated?
- Adding a second logo next to the main one in header
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Creating a theme just to deploy a single page
- Create settings field on button click
- Different stylesheet for different pages not working fully
- Weird ‘theme update’ error [duplicate]
- Undefined index: custom_sidebars
- Theme Options Doesn’t Work On WP Multisite
- Standard Way To Do Custom Work Within A Page?
- Add Dynamic Sidebar to Exisiting WordPress Theme [closed]
- Theme.json: creating different sections of the color palette
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?