I encountered something similar a few days ago when doing changes on my custom theme.
If you put a file directly in the folder of your theme
themes
|_ bt
|_ contact-me.php
The contact-me.php
structure
<?php defined('ABSPATH') || exit;
// Template name: Contact me
It will be available
If you put it into a folder directly in your theme
themes
|_ bt
|_ pages
|_ contact-me.php
It will be available
Apparently any deeper than that and wordpress can’t find it, so if you have a folder structure similar to this.
themes
|_ bt
|_ pages
|_ contact
|_ contact-me.php
It wont be available.
Related Posts:
- Custom templates not showing up in template dropdown
- Get page id by template
- Change page template programmatically ?
- Listing pages which uses specific template [duplicate]
- Is there a way to change the default page template selection?
- Hide page visual editor if certain template is selected?
- Creating a template using a specific slug name, for a page with a parent page
- Limit number of pages that use a specific template?
- Hide page visual editor if template is selected – redux
- WP is not using the select custom template.php that its selected for a page
- Is it possible to set a page template on a dynamic home page (articles list)?
- Page template gives ‘Parse error: syntax error’ when used, but no error found!
- more tag in the $post->content when get_pages were used
- Why is custom template not seen as page with is_page()?
- Page with page template not using template in Preview
- Template for child pages / subpages
- How to dynamically save a selected option from page “Templates” selectbox?
- Include a specific page in your template
- Custom page template not working
- How do I create a separate page for each author?
- How do I pass data from page content to the underlying PHP template
- How do i change page template in bulk?
- Load specific page template based on URI
- I have index.php and other files, how do I display other pages?
- is_home() returns TRUE on page template
- Using Pages to handle calls for custom post types
- How to make tag post listing page working?
- Custom page template with entirely different design. Is it possible in?
- How to make my category archive behave like a page
- Page template no longer exists – metaboxes won’t save
- page-name.php doesn’t execute on custom template
- Remove Content edit box from ALL pages (not posts)
- Is it possible to activate page template without manually selecting it in wp-admin?
- Hide page templates without using ‘unset’
- the_content of template page
- Use same page-mypage.php template for several pages
- pre-existing data, and entities
- Rewrite to load homepage for a different url
- Avoid pages losing template association on site re-deploy
- Need to create a custom page on a website
- List child pages within page template
- Using page-something.php as static front page
- Best way to organize data in this scenario
- creating single page with 2 columns while theme is 3 column
- Using index.php as page template
- How does wordpress link page templates to individual pages
- Create custom page to author.php
- Different template parts when on different pages
- Updating page template pragmatically
- WordPress blog posts template bug [closed]
- Adding styles/scripts to specific page
- WordPress form submit to custom page template does not work
- Display grandchild page content on parent page
- How do you assign custom template for Posts page (under Front page displays setting)
- display different pages content on single page
- How to output different content of page on different places in my template
- Avada Theme – Display results from a specific category [closed]
- Multiple pages to show posts
- How to finish this loop?
- Auto-Create Pages from Template Directory
- Loading custom jQuery and HTML in a WordPress page
- different single.php for different page templates
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- Naming custom page templates
- How can I use Page editor for two separate templates?
- Display random page
- How to read a page’s “Shortcodes” from the Template File?
- if and else statement not working on the iframe php page
- Custom SINGLE page with custom metaboxes and custom template
- I reached halfway through a WordPress tutorial to find out I began wrong for a new comer to WP
- Custom template is not showing up in templates dropdown list after re-naming it
- May I know where to edit the tax rate?
- Create a page without adding a page in the Database
- Add a new page to wordpress programmatically
- Get Permalink for the top level parent of child pages
- List all pages and children in separate ul
- How do I load custom scripts and styles for a page?
- Registering multiple sidebars with data from an array
- Where is the key _wp_page_template passed?
- Missing Page, But Still Exists In Preview
- Adding Author and Updated Schema Markup to WordPress Static Pages
- Trying to Edit a Page but it sends me to a Product Edit page
- How to edit a HTML list in WordPress?
- All Pages visible on the Frontpage
- How do we exclude multiple pages (like opposite of is_page)
- Create page template with some static contents
- If I use a static page-slug.php for a page, is the database still queried?
- Get all children titles of a page as a link to them
- Two different pages that share the same content?
- Identify that a page is a grandchild page
- accessing the Admin page
- Cover block always has margin
- How to delete the scrollbar in my pages?
- How to make a page as default page for a theme without a plugin?
- My blog “page” used to show a list of posts, but now it’s just showing the page content?
- Category Page Custom Layout [closed]
- 1st Level Page with No Children
- making a pseudo-static page
- Woocommerce – Making product pages child of shop
- custom post type single page template not working