• Hi,
    I set a static page in the template to have the same result such as template demo.
    So, the problem is that setting a static page, left and right sidebar are not showed. While, if I set the default style, sidebar are showed.
    I think I must to edit some condition such as is_home() but I foudned this if-condition only in 3 page of the template but without success.
    How can I solve this issue?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The frontpage page template does not have sidebars by default. If you wanted to add sidebars to it then you would need to code them into the page template file.

    Thread Starter tab7x

    (@tab7x)

    Hi,
    I don’t well understand where I must to add the code: in /page-templates/front-page.php?
    What is the code I must to add?
    get_sidebar('left');
    and
    get_sidebar('right');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left/Right Sidebar not showed in "static page"’ is closed to new replies.