Checking for get_page_templates()
in the core, I found a workaround that doesn’t break the theme like:
Fatal error: Call to undefined function get_page_templates()
I’m using this just after <body>
and works ok:
$templates = wp_get_theme()->get_page_templates();
foreach ( $templates as $template_name => $template_filename )
{
echo "$template_name ($template_filename)<br />";
}
Related Posts:
- How do I get the size of an attachment file?
- How to get slug of current category in taxonomy template?
- WP frontend output of custom textarea fields not respecting line breaks. In admin it’s OK
- A special single page templates for posts under a category and all its child category
- Custom reset password template after forgot password request
- Child Theme: how to override variables?
- How to create tag.php
- Get template part vs locate template function
- Tools for Converting an Existing Website Design to a WordPress Template?
- author.php added to template not working on Nginx server
- wordpress – load a template based on the URI
- How to include template according to meta post value
- Using Includes in Templates in Document Head
- How to show scaled featured image in template?
- Load template inside a parent template
- Child theme TEMPLATEPATH issue
- Unable to create custom search results template page
- Updating modified templates
- Template for slug
- Hook to get the page template that is in use on the admin page edit screen?
- Advanced Custom Fields – display when specific template used?
- “Issues” loading MANY featured images on a single page (custom template)
- What should I put on my index.php?
- WordPress Shortcode wrap around div
- How to add an HTML tag to the Header?
- How to Use Twig + Timber with Multiple Loops based on Meta Key Value
- Where is the template for the ‘standard’ format of a post in the theme twentythirteen?
- Programatically create a page
- Missing .twig files in wordpress theme editor
- How to custom page template for the Gutenberg editor
- Use PHP templates as blocks
- Missing ‘Page Attributes’
- how to use custom page template in a page?
- include ‘wp_enqueue_scripts’ (CSS) to multiple templates
- Is there a way I can put my post templates in a separate folder?
- new page sidebar-template by default
- Get link to a specific template file [closed]
- Advanced templating / WordPress as a CMS questions
- Default Template Selected After Changes in Elementor [closed]
- Include Custom Style & Script into Custom Post Type Single Template
- Standard WordPress Search does not work / Search-results are not displayed / Custom template
- How to preserve changes in templates and other files
- displaying category and subject posts
- How to duplicate a page template but make minor changes to the header?
- Adding Query to Custom Page Template
- Whats the template of my homepage?
- Custom headers based on taxonomies
- get_template_directory() still returning path to previous theme
- URL / Templating system advice [closed]
- What’s the purpose of $wp_did_header?
- Override Dokan Includes File in Child Theme
- How to get link to homepage
- How is WooCommerce cart.php template supposed to be used?
- Two exact templates, sidebar showing in one but not the other
- Unable to add template to page set as Posts page in WP V 4.6.1
- Taxonomy term page going to 404
- How can I use default CPT templates from sub-folder?
- How to set page title tag in custom template for non-Custom Post Type?
- How to access .html file that’s located in the theme folder from the browser?
- Way to use one template but be able to call different top graphics?
- Differnt page template for page 2 of blog feed
- Page header on specific page is different from the rest [closed]
- Can a link in WordPress contain a query string that is picked up as $_POST
- Is it possible to access plugin data from a custom feed template?
- How can I get all archive-URLs to use the same template?
- How to use a template file to show all post having same metakey
- Automate configuration after new/hosted installation
- WP overwrites my setup_postdata() setup
- Template_redirect for child custom post types
- Modify just ONE page based on a template
- which template does wp_ tag_ cloud point to?
- Pagination problem (plugin wp-pagenavi) with a custom post type?
- Add an anchor link to a ‘plain’ HTML file, without over-writing the entire site?
- Template part including not working
- Parent/Child themes – both CSS files loaded
- Child theme enqueueing style.min.css not style.css
- Exclude certain template from wp_list_pages
- front-page.php includes a placeholder text field. How to get rid of it?
- Display a custom 404 page without a redirect
- Why wordpress custom template comments shows Undefined index?
- Update body class based on theme as well as a html attribute
- Template and URL parameter problem
- get_users by role returns all users
- Validating Error with submit button
- How can I alter a post?
- What is the purpose of the $before and $after arguments on the the_title() function?
- Remove ” Browse Category : ” from Archive title
- When to use content-pagename.php?
- Using external file with WP_USE_THEMES set to false causing 404
- Current URL path variable
- How to install a wordpress website template on an existing website?
- Custom Archive with Content for Custom Post Type
- Why is my no-results.php template moving my sidebar and footer into the main container?
- Given a page ID, how to display entire page (header/content/footer/sidebars) from a plugin hook
- Any way to insert text on page from a query results?
- Show page title just from the first child-page in template
- How to know which page/file WordPress is expecting?
- AJAX requests within templates
- Page.php vs Single.php
- Custom Post Type Trouble