If these pages are using the default page.php
template, just create a file called page-{slug}.php
. So for example, if each subsite has a page with a slug of ‘my-cool-page’ you’ll create a template file called page-my-cool-page.php
, upload it to the active theme, and all of the pages with that slug will automatically use that template. (If it’s not a custom-coded theme, be sure to use a child theme so your changes won’t be lost.)
If the pages are already using a custom template – i.e. you selected tpl-my-cool-template.php
from the template dropdown in the editor – that will override `page-my-cool-page.php’ and you will have to update them one by one. But it does not sound like that is the case.
Related Posts:
- What’s the difference between home.php and index.php?
- Custom single template for a specific category
- How to set permalink structure via functions.php
- How to move page templates to custom folder?
- Is it possible to manipulate the list of page templates?
- Different wordpress 404 template for different post type [duplicate]
- How does WordPress decide what template to use as frontpage
- How can I get wp_head() as a string instead of echoing it?
- Why does my short code get executed before other content?
- Retrieve the template directory URI via global or get_template_directory_uri() every time?
- How can I see what template parts are being called for rendering the viewable page?
- Add a preview to a WordPress Control Panel
- date_i18n() issue
- Add a #hash to the links in my custom menu
- How to Handle CSS for Multiple Header header.php Files?
- How to load different CSS in different Header?
- Static Front Page problem
- Returning Variables back into a template
- Can not Remove Archives and Meta from Sidebar
- How to override BuddyPress 3.0 bp-nouveau theme files?
- Setting hero/splash section as a blog post
- Where is the correct place(s) in twentysixteen’s header.php to add a Google webfont?
- WordPress Multisite: Have the same header and footer of main-blog on all sub-blogs
- How to retrieve an image from a post and display it before excerpt of a post? [duplicate]
- How to test for MU via functions.php?
- Same footer on all multisites blogs
- Excluding a page with a certain name from wp_page_menu
- New template, where to place CSS?
- get_query_var() and permalinks
- How can I disable/hide certain themes in multisite?
- Toggle Sidebar Display
- Add theme templates for child categories into the template hierarchy
- Move theme templates to subfolder without losing page associations
- Where can I access my custom page template?
- Why are theme templates organized as multiple point of entry PHP files instead of reusing your theme’s index.php?
- WordPress Theme Development: How to redirect templates the right way?
- How do I create a custom partial / template?
- Is it a bad practice to use switch_to_blog in the frontend?
- create-guten-block in wordpress theme?
- Override template file i subfolders
- Single Page theme [closed]
- Theme Development for WordPress Multisite Installation
- multisite: global menu containing network site links?
- Do i need to keep all the default WP templates files in a theme?
- How can I detect hierarchal relationships beyond children (grandchild, great-grandchild, etc)?
- how to display search term in the template full site editor
- How to override p2 breathe theme plugin in content template file?
- Question regarding WP multisite feature
- Where to place template files?
- Featured Image meta box not showing up
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Replace single_template filter with what for default posts?
- Need help with adding templates (archives and sitemap) to WordPress child theme
- Where do files uploaded via Media Manager get stored in MU?
- Template for landing pages
- Unique design inside a specific category’s url
- How to seperate static phrases from template files in custom theme?
- Broken theme, template is missing
- How to add menù section to my WordPress template?
- Post and page content not displaying in search results
- Why still output /wp-content/themes/twentynineteen?
- How to allow users to create their own website within my domain? [closed]
- Different text on different sites in a multisite setup
- Templates dropdown not appearing using _s theme (underscores)
- Shortcode call not working in WP Template
- Create theme for mobile phones and tablets only?
- How to make a theme unable to be used on a multisite network?
- add jquery file if a certain page is included
- How to create a WP theme that use BootStrap? [closed]
- Multi Site Setup, Child Themes, Getting Style Sheet Directory
- Under theme folder, what’s sequence of action for index.php, page.php, single.php?
- Converting a theme to a child theme in a network
- HTTP Error when uploading images over specific dimensions
- How to get blog-id of an MU site from functions.php
- How to Modify WP_Includes/blocks/latest_posts.php
- How to implement pagination in category.php template
- How to get full native language instead of iso?
- Using wp_add_inline_style Inside a Template File
- which template should I use for single category post?
- Why does the theme of secondary site load the primary one in WordPress Multisite? [closed]
- Should I use template files or just use conditional tags in index.php?
- Let user publish posts on community page
- How to hide blog by id wordpress multisite listing
- Display content on Single page
- Can I use WP Multi-site on a sub-domain with a different theme but use all the original site’s posts/pages?
- Create a variable with string, array or multiple values
- Using require_once for parent-directory not working but is working in sub-directories
- background_image support multiple image size?
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- How can I demonstrate themes well?
- Problem with multiple menus in theme
- Enable WP to accept standard jQuery code embeding between the tags [duplicate]
- Theme Options Doesn’t Work On WP Multisite
- Subsite theme mystery man replacement with Buddypress on main site [closed]
- Custom link color or stylesheets
- What is the advantage of using home.php over index.php for the front page
- How customizable is a self-hosted WordPress blog compared to a Blogger blog?
- What is the point of using the front-page.php template? [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- Theme template file for a specific custom taxonomy