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
- Block Theme: How to use a different template on front page vs paginated pages?
- How to add a new product type on woocommerce product types? [closed]
- How to disable page delete
- get_pages() not ordering as it should
- Updating WordPress overwriting customization tweaks – strategies?
- How to customize the default HTML for WordPress Attachments
- 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
- Pagination Help on Crazy Custom Authors Page
- page_template toggle between 2 templates + 2 permalinks for same post
- Custom Page Template [closed]
- Create subpage /user/ or /my-profile/ like /author/ with additional query like /user/user123
- 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
- Custom protected password page with ACF
- Page load requires a trailing “/” [closed]
- 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
- Remove template drop down for certain pages
- How do I add a new template to my site
- Show posts on a page based on a category and tag(s)
- Split Conference WordPress Page in different years
- 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
- how to get the categories for a single product in a hierarchical way
- Showcase elementor templates
- Control Content On Non-Blog Pages
- custom meta box for page default template
- Make custom page look exactly as homepage
- Set Title from Custom Template
- How to structure model showcase
- How To Load an HTML File As A WordPress Page (With No 301/No Redirect)
- How to customize
- 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?
- Featured Image If Else Condition
- Insert menu with a custom walker into page / post body using shortcode?
- How to create “custom page types” with different custom fields in them?
- How to create custom search page
- 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?
- Custom Content Page
- How to make the Pages in WordPress Customized?
- Create a Page template selector page
- 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
- Display a specified content on a Page and all its child pages
- Use a custom page with dynamic content as a user profile page
- why won’t my custom css load with the enqueue method or any other method?
- 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
- Taxonomy template is not reading
- Conflict between Yoast SEO and my custom theme
- New Page/Post Screen Opens an Existing Post
- Static Page, need Last and Next links at the bottom
- How can I create a Custom Page? (not a page template!!)
- How to add a template – so that i can choose a different menu for some pages