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 disable page delete
- get_pages() not ordering as it should
- How to customize the default HTML for WordPress Attachments
- Using single.php from plugin folder instead of default template folder
- 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
- Create subpage /user/ or /my-profile/ like /author/ with additional query like /user/user123
- Create single.php for specific category by category id
- Custom protected password page with ACF
- Page load requires a trailing “/” [closed]
- Programmatically add a custom page/path/url/route to WordPress
- Can I apply a WP theme to a specific custom page template?
- How to change URL Custom Page?
- redirect product-category to a custom page
- 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
- 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
- Query post for ‘selected category’ in archive.php
- 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
- How to structure model showcase
- How To Load an HTML File As A WordPress Page (With No 301/No Redirect)
- How to customize
- 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 search 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
- 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?
- 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?
- I want to embed mystream video in my wordpress site
- 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 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 do I target this page specifically?
- How to use a custom playlist template:
- How to serve an already coded html page in a WP page, to assign a simpler url
- Custom Single Template
- Displaying Child Page’s Information
- Create single{custom}.php with data in table out of wp_posts
- Getting a jQuery library to work in WordPress & Avada
- 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
- Template setting is not saving in wordpress
- 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
- Modifying a local template
- Different post into a single page
- Pass query param to custom page
- 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
- How to use standalone Gutenberg (block editor) instance on any my own admin page in WordPress