Yes it is possible using get_template_part();
Assuming that you use a standard single.php:
<?php
/*
* Template name: template-blog-left
*
*/
get_header(); ?>
<div id="left-sidebar">
<!-- Here your left sidebar -->
</div>
<div id="content">
<?php
//This function will look for single.php file in your theme folder
get_template_part( 'single' );
?>
</div>
<?php get_footer(); ?>
Related Posts:
- Selecting An image from the Media LIbrary on the frontend
- How to get custom page template being edited in gutenberg editor
- Best practice – pages – ACF or inline coding
- How to hook up search results page to a back-end page?
- Creating php pages in wordpress and assigning them to wordpress pages
- How to create custom layouts and static pages in themes for clients
- Creating custom page template
- wordpress custom posts page not showing
- Redirect Every Instance of The Author Template Pages to Custom Author Pages
- Allow arbitrary text after page URL
- Best way to create a page outside of the pages list
- How to apply styles to the custom page template
- Create a page for each database table entries
- How to add a new product type on woocommerce product types? [closed]
- How to disable page delete
- Updating WordPress overwriting customization tweaks – strategies?
- Using single.php from plugin folder instead of default template folder
- wp_trim_words() does not trim the_content() in WordPress
- Editing the Number at the end of Page URLs / Editing Page Slugs
- Custom Page Template [closed]
- Create single.php for specific category by category id
- Make page template that is just an “include” of another?
- Hide page title in WordPress 3.0
- Custom php file in wordpress
- Virtual Pages plugins
- Programmatically add a custom page/path/url/route to WordPress
- Can I apply a WP theme to a specific custom page template?
- What is the most idiomatic way to let clients edit phrases in HTML?
- How to merge all my pages into one, while keeping a menu bar?
- How to change URL Custom Page?
- redirect product-category to a custom page
- 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]
- custom headers for static home page and posts page
- Custom page template not working
- in_category() works in single.php but not in page.php?
- For custom templates, is it better to use `template_include` or `type_template`?
- Create default_content layout template based on post id
- How do I add a new template to my site
- Show posts on a page based on a category and tag(s)
- 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
- Add google org chart to wordpress page
- Control Content On Non-Blog Pages
- Set Title from Custom Template
- How to structure model showcase
- Adding comments to my custom theme
- Add a searchbox to the body of a page
- Is there a way to by-pass the pagination function on one custom template?
- Create page as a file in my theme?
- Insert menu with a custom walker into page / post body using shortcode?
- How to create “custom page types” with different custom fields in them?
- Editing a post template
- WordPress archive index page
- How to add custom meta box when you have a custom page template file
- How to display page ids as page slug names?
- How to add custom ‘layout’ buttons to wordpress editor?
- Force WordPress to load a specific template
- Change Site Logo or Menu Logo Per Page
- change top banner content on specific page
- How to add page content into another page
- How to move meta information in TwentyTwelve’s single post template?
- Dynamic Sidebars based on page name
- infinite loop on page with comments after changing comments.php and header.php
- Translate custom template with WPML
- How To make Custom page of every Category
- Different template parts when on different pages
- I want to embed mystream video in my wordpress site
- Swap home page based on user role, Elementor layout breaking
- New Page/Post Screen Opens an Existing Post
- 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?
- How to serve an already coded html page in a WP page, to assign a simpler url
- Still desperate about multiple TinyMCEs in widgets – is there any good solution to this yet?
- Custom Single Template
- Displaying Child Page’s Information
- Create single{custom}.php with data in table out of wp_posts
- Admin menu disable new/delete page
- Show different pages on site depending on user choice
- Use another theme template in my theme
- WordPress post submit page
- Getting page/category content to show up in my custom page template
- Taxonomy template by post type
- different single.php for different page templates
- Make Terms Under Custom Taxonomy Use Specific Single.php Template
- Want home page to click through to two different page types
- How to duplicate “Pages” section in the control panel?
- Page template with custom html fields inside a content
- Custom Style per Post, How to Display Custom-Styled Single post on Homepage?
- Adding css and js to a blank page created with custom template
- Different post into a single page
- Pass query param to custom page
- Custom template not working for existing pages [closed]
- custom post type single page template not working
- Is there a way to have information on one page automatically feed into another? [closed]
- How can I make a search term redirect to a page
- How to display product variations on same row