Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Any page you create should have a sidebar by default. The only way to remove it would be to use the full width page template. Check the template of your page and set it to ‘default’.

    Thanks

    Thread Starter Kamkya

    (@kamkya)

    Thank you, How do you do this or achieve the same result for the homepage? Thanks

    You mean you want a sidebar on the homepage template? Unfortunately this isn’t an option and would require some customisation.

    Before <?php get_footer(); ?> in template-homepage.php you’d need to add <?php do_action( 'storefront_sidebar' ); ?> to display the sidebar.

    You’d then need to apply the appropriate css to fix the layout.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘'Sample-Page' Sidebar in Storefront Demo Site’ is closed to new replies.