as a solution, you can fully automate the selection of a template for a group of pages using slug names:
add_filter('request', function( $vars ) {
$slug = explode("https://wordpress.stackexchange.com/", explode('?', $_SERVER['REQUEST_URI'])[0]);
array_pop ($slug);
$temp_base = "...first_part_template_name...";
$temp_slug = array_pop ($slug);
if (file_exists(get_template_directory()."https://wordpress.stackexchange.com/".$template.'-'.$temp_cat.'.php')) {
get_template_part( $temp_base, $temp_slug );
}
}
Related Posts:
- How to add a new product type on woocommerce product types? [closed]
- Updating WordPress overwriting customization tweaks – strategies?
- How to customize the default HTML for WordPress Attachments
- wp_trim_words() does not trim the_content() in WordPress
- page_template toggle between 2 templates + 2 permalinks for same post
- Make page template that is just an “include” of another?
- Custom php file in wordpress
- Selecting An image from the Media LIbrary on the frontend
- WordPress Template not affecting the working, keeps defaulting to the index.php template
- Recommend an open source, template driven website builder UI that produces a working WordPress site [closed]
- For custom templates, is it better to use `template_include` or `type_template`?
- Create default_content layout template based on post id
- Remove template drop down for certain pages
- How do I add a new template to my site
- How to customize core admin pages within a theme?
- How can I make site-wide content editable, for example footer content
- Query post for ‘selected category’ in archive.php
- Showcase elementor templates
- How to get custom page template being edited in gutenberg editor
- Make custom page look exactly as homepage
- Best practice – pages – ACF or inline coding
- Set Title from Custom Template
- Page attributes missing
- How to hook up search results page to a back-end page?
- How To Load an HTML File As A WordPress Page (With No 301/No Redirect)
- Is there a way to by-pass the pagination function on one custom template?
- Editing a post template
- WordPress archive index page
- How to add custom ‘layout’ buttons to wordpress editor?
- How to create custom layouts and static pages in themes for clients
- Custom Content Page
- Create a Page template selector page
- Creating custom page template
- Force WordPress to load a specific template
- Dynamic Sidebars based on page name
- Translate custom template with WPML
- How To make Custom page of every Category
- why won’t my custom css load with the enqueue method or any other method?
- Conflict between Yoast SEO and my custom theme
- Custom post-type working except for Selecting page-parent
- How to add a template – so that i can choose a different menu for some pages
- How can I delete the word `Category:` from page titles? [duplicate]
- How can I add category variable inside posts?
- Why does a custom php code inside a custom template not get executed?
- wordpress custom posts page not showing
- How do I target this page specifically?
- How to use a custom playlist template:
- WordPress function with attribute pass to template
- Still desperate about multiple TinyMCEs in widgets – is there any good solution to this yet?
- Displaying Child Page’s Information
- Getting a jQuery library to work in WordPress & Avada
- Use another theme template in my theme
- Redirect Every Instance of The Author Template Pages to Custom Author Pages
- Allow arbitrary text after page URL
- Taxonomy template by post type
- Best way to create a page outside of the pages list
- Template setting is not saving in wordpress
- Make Terms Under Custom Taxonomy Use Specific Single.php Template
- Custom single page based on which custom page template is selected
- Single page template
- Adding css and js to a blank page created with custom template
- Modifying a local template
- How to apply styles to the custom page template
- Create a page for each database table entries
- How to edit the new user email notification template
- How to get current_cat in navbar, in single post
- wordpress custom walker for thumbnails with custom menu
- WordPress audio player has two different styles
- WordPress 3.1 removing ‘category’ from the slug
- Why does WordPress 3.0.4 keep deleting the contents of the .htaccess file?
- Intercept invalid email during lost_password
- Only append custom classes to nav menu items
- Hide upload image fields for the different media upload popups
- Custom Taxonomy Archive not displaying entries
- Add Div to Comment Form
- Extend Screen Options
- How to remove the search fields in Twentytwelve
- Understrap child theme JS not working in custom-javascript.js file
- Resizing of a header/div in a website through css in wordpress [closed]
- Login/Logout Session Sharing – Multiple WordPress Installations
- Hide text if not homepage
- How to format text of site subtitle
- Undefined variable: user_id in get_user_meta
- WordPress broken after domain name change
- Daylight Saving Time adjustment
- How to Restore Deleted Post Not in Trash
- How to get the current category with custom posts
- Display content of metabox if filled in
- User profile Pick a premade Design/theme
- Recent activity query WordPress
- Swap home page based on user role, Elementor layout breaking
- Customized Blog/Latest Posts Page
- Password Protection issue
- how to edit or remove the dashboard footer message [duplicate]
- How to work around the bug which prevents custom menus from being deleted?
- How to remove the tagline from the HTML ?
- Custom table or form
- How I can add blog in my magento site?
- removing extra mobile menu from the header
- How do I get the URL section to show use a different domain in the WordPress Admin?