Hi, I'm trying to create a fullwidth page in Blackbird, with a sidebar, this is the code below but the sidebar is not showing. Please help? <?php /* Template Name: Fullwidth sidebar Page */ ?> <?php get_header(); ?> <div class="page-heading"> <h1 class="page-title"><?php the_title(); ?></h1> </div> <div class="clear"></div> <!--Start Page Content --> <div class="page-content"> <div class="fullwidth"> <?php if (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?> </div> </div> </div> </div> </div> <!--Start Sidebar--> <?php get_sidebar(); ?> <!--End Sidebar--> <?php get_footer(); ?>
Hello, For the sidebar issue, Go to the Pages > Add New, create your page and select the Default Template from the Page Attributes section in your dashboard and then go to the Appearance > Widgets panel and, drag and drop the text widget in the Primary or Secondary Widget Area and add your content in that for the sidebar. For the blog page issue, Go to the Pages > Add New, create your blog page and select the Blog Page Template from the Page Attributes section in your dashboard and then go to the Appearance > Widgets panel and, drag and drop the text widget in the Primary or Secondary Widget Area and add your content in that for the sidebar. Both Blog Template and Default template are containing the sidebar area. This will solve your issue.
Thank you Piyush, however I'm wanting to remove the blog info and just have a blank page with the sidebar. The default template I have has the blog info on it, and when I put categories in the Primary widget the blog info is still there. How do I remove the blog info from the template but still have the sidebar?
Hello, Please specify your issue more clearly with the help of screenshot images and also send us the link of that page on which you want to change.