The is_page_template() function is for checking if the current page is using a specific custom page template. That being a template selected from the Template dropdown in the Page Attributes box when editing the page.
The WordPress conditional tags are not based around which template files are used. They are used to tell you what content is being viewed, regardless of which template files are present in a theme. For example, is_category() will return true when viewing a category archive, even if your theme does not have a category.php file.
The list of available conditional tags is documented here.
If you want to use Query Monitor to figure out what conditionals to use for what pages, use the Conditionals tab:
Related Posts:
- How to implement a custom sliding banner? [closed]
- To close or not to close php
- How to get the custom header image’s alt text?
- Displaying a WooCommerce product via PHP
- What exactly does “Posts page” do in WordPress?
- Check if a menu is empty?
- Get the php template file from other theme folder
- WordPress Template Engine?
- wp_remote_get returns an error for valid URL
- Blank on static home page?
- Adjust the results quantity for Search Results page pagination
- Exclude pages with certain template from wp_list_pages
- Categories Template Assistance
- Is it possible to use the featured image of a page as a css background without inlining?
- Unable to set right time in admin and frontend template
- Easiest way to show total number of subpages
- Switching between custom templates in a post type of the admin menu
- Use template for posts with a particular category grandparent
- Mysterious HTTP 404 header in my own scripts
- Placing the_content inside shortcode not working
- How to override wp-admin styling
- Add a Second Menu to a theme that only support 1 menu
- Custom excerpt function re-factoring
- Inject PHP code into “sidebar-content” – code before my WooCommerce sidebar widget?
- How to display user nickname (not display name) in PHP template?
- Custom Template 404 for specific custom post type
- Custom field value not saving when it contains a URL?
- Automatically add custom CSS to new posts using a category template
- How can I load a PHP page without using a Template?
- From where the header-text can be changed in WordPress custom header?
- how could I load a different template part by page
- creating a second image attachment template?
- How to show single category archive
- code is skipping a div
- Issues getting PHP to display in category pages
- Secondary navigation menu on one page
- Enable custom logo upload if logo is not in header
- Woocommerce Show Single Product on Homepage
- Is the “_s” on this `sprintf(__(‘Page %s’, ‘_s’), max($paged, $page))` just refer to a text domain?
- Show a different code on front page to other pages
- Does wordpress templates always in files or in database?
- PHP include is only working in certain places in my custom WP theme
- Adding wrapper elements in the_date() like in the_title()?
- How to get all author posts outside of author templates
- Create a Blog Template Page
- WordPress template page name displayed on screen
- Is there a way to hook or call a custom woocomerce template that is not part of the default templates of woocommerce?
- How to call multiple functions from multiple files into a WordPress page template [closed]
- How do I define a lookup table that will work across all PHP elements of the template?
- persist a variable set in header.php all the way down to footer.php
- Why does the Woocommerce grouped template prints the unpublished products?
- Adding conditional text to a PHP Shortcode Template
- Advice on creating a WP Archive Template with Custom Taxonomy (get_term_meta)
- add_filter function concatenate string and locate_template function
- How to render a block from php template
- Template Loop – add switch case php
- Override Admin menu icon
- How to suppress template-parts in undescores?
- Need help with pagination
- How can I get “Previous” and “Next” to show in the navigation besides the links?
- How do I query a single data value from the wp_metadata table?
- Conditional string comparison failing for basename/slug
- Splitting the_content() by size?
- Gravity Forms merge tags in templates?
- Unable to render custom field after attempt to generate a list of recent post in page template
- How to add new CSS file to new PHP file
- php loading different structure than source code
- Some problems calling a function into sprintf() inside functions.php template file [closed]
- Loading Elementor templates in a Bootstrap modal on button clicking
- Integrate admin plugin into template. Very interesant (live search + autocomplete with wp rest api, in vanilla js)
- Require()/Include() post template adding extra content
- Display articles with a different template in the home page | Solved |
- What are the advantages/disadvantages of ways to use php template files?
- Change the “Show All” button in a WordPress Portfolio Filter
- Check if current post in loop is last on current page
- Converting Array to String Issue [closed]
- ACF – Custom image for Product Tags not displaying
- Roots Sage Symfony error when using override from template
- If i use a child theme to add new code blocks to header.php, how does it get inserted in the right place in parent’s header.php?
- How to display last whole post on the homepage
- What syntax is this? “{{post.price}}”
- Add point on excerpt post
- WooCommerce – Print Processing orders [closed]
- Loop returns more items than exist?
- Access methods in plugin template
- Create dynamic content from one WP page to multiple other pages
- Problems With Query and/or Template Part and/or PHP
- why is this content-template not showing any of my blog-entries?
- PHP code rendered in HTML
- Odd page behaviour after removing sidebar
- get_permalink returning first letter
- Custom Archive Page
- If I define a variable in header.php, how do I make it available to templates?
- How to refresh a template page on WordPress in 3 seconds – easiest method?
- php “use” not working in template [closed]
- Loop on a wordpress Page instead of content coming from the WP text editor
- Twig+WordPress how to use array arguments inside a function?
- Create custom API endpoint to change custom header image
- Need Help With Making Full-Width Template for Blog Posts (common methods aren’t working)
- WordPress post-template null warnings
