It seems that the sidebar checks whether or not the Post Layout is set to “content”. If you remove that check, it should operate the way the main index page does.
Editing / commenting out the following lines in sidebar.php should solve the problem (if not, get you closer):
Find:
if ( 'content' != $current_layout ) :
Replace with:
//if ( 'content' != $current_layout ) :
Towards to end of sidebar.php, find:
<?php endif;
Replace with:
<?php //endif;
The line above… is just above:
<?php $parent_title = get_the_title($post->post_parent);
Related Posts:
- Why won’t pagination work?
- Display a post via template
- How to set a certain Custom Template to a Single Blog Post
- How can I create a ‘sub-blog’ which has its own sidebar on individual posts?
- Customizing a new page used for blog posts with Avada theme
- Single Sidebar; multiple templates! How?
- Post/Page Preview Template
- Display Random Author with Details in Sidebar
- How to get Images included in Post
- Disable WordPress’ blogging functionality and disable ‘posts’
- Getting the Next and Previous Posts Titles in the Sidebar?
- My ‘post attributes’ is missing from my WordPress install
- posts page – different lengths of excerpt
- How do I convert a mathematical Microsoft Word document to a WordPress blog post?
- widget should display post archive by year and on click also by month
- how to display full post with pagination on home page
- Post X of Y in single.php / sidebar.php
- Forcing oembeds to top of post
- Accessing $post variable from template part
- blog page showing only first post
- how to show all post in my page-grid.php template page
- Single Post Gallery Using Shortcode
- Use template of parent category for single post sub-categories
- loop not displaying posts on custom template page
- Showing random content / pictures from earlier posts in a sticky post?
- Display all posts under child sub category in sidebar on post page?
- How to share same post to multiple site in wordpress?
- Including text at the end of every post
- custom single.php not working
- Adding variable for post title so post template can include auto-generated link to view on external website.com/{post title}
- Side by side blog posts that are tied together
- Load posts into sidebar and paginate via ajax?
- How to display different single post template based on author?
- How to show post(excerpt) from specific category on wp page?
- How to show video from specific category on sidebar?
- How to show a full post, not just an excerpt
- How only display all post related to category
- Is it possible to have two different previews of a post (ie. two templates for one post)?
- WordPress menu that shows all posts in a certain category like w3schools
- How can I hide the sidebar from a specific post?
- Display page content AFTER a loop of posts
- Custom excerpt length filter doesn’t work
- Different template for posts of all subcategories of category
- How to get the post’s parent ID?
- Custom Post Templates
- Single post as homepage?
- Limit Gutenberg blocks available to users to choose from
- Templating of a specific post ID
- Sidebar links for different pages
- Category Template: Need to display different content on first page of archives
- Change post_date to post_modified date on post template?
- Blog Posts not showing title
- What part of template to edit to remove category name from the top of posts?
- Show all posts in sidebar in single.php
- Remove certain post-formats from showing in blog?
- How blog page in WordPress works : blog page retrieve first post ID
- Blog Posts in Custom Menu
- Get latest posts from WordPress site without header, menu and sidebar
- Post-ID in url differs from $post->ID
- Why is my Blog Page ID == First Post ID?
- How can I pass the ID of a post to a page template by clicking a url?
- Displaying Latest Posts on a Page
- Add blogs to “Blogs i Follow” sidebar [closed]
- How to make number of blog posts a custom field?
- Using custom post template
- Choose whether to automatically add a taxonomy with the same name as the post
- How can i display gallery shortcode output under Post text
- Display posts from a different website on Genesis Responsive Slider
- What is the filter or hook to add admin controls to posts on the front end?
- WP Bakery Load More Button loads the same posts
- Setting posts_per_page for taxonomy term template
- add new post default view
- Show certain posts in a LIST format that members have been granted access to
- Can wordpress post and sidebar remain visible after scroll?
- Append class to posts page
- Switch to page template when using post permalink
- Genesis + Ajax + Jquery | Failling to call action
- How to disable WordPress blog folder
- Get Page ID of blog homepage
- How could I change my Permalink from blog to custom structure? [closed]
- Posting blog entries in screenplay format
- Send post id through ajax and get the post content back
- WordPress Sidebar menu for posts based on date – guidance needed
- custom post template file not shown, instead all the time 404.php
- How to create new post content templates for my users?
- Single.php – Get Current Parent Category
- How to create a template for Pages?
- How do I stop the loop from repeating in my category template?
- How to remove in-line style of WordPress’s post content only?
- 2 dynamic sidebars registered, not showing up
- posts not showing on index.php
- Sidebar show posts by current category also in single post
- WP move posts to different path
- Hide a specific post from a page template
- Tell WP to use a specific template file in posts
- Append ‘Continue Reading’ link if post length is more than 3 lines of text?
- How to make different custom post layouts?
- older blog posts not showing in new theme
- WordPress Query Posts From Category Post on Static Page
- Is it possible to give the user the chance to select between two single template files to use in a post?