Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1767875
Set default single post layout to "side bar on left and right"
Closed

Comments

  • woojinchae started the conversation

    Hello!

    In general setting, Blog > Single Post> Blog page Layout, there are options for full, left, and right only.

    Is there a way to set default value to "sidebar on left and right," without having to go in and change it individually? 

  •  361
    Filip replied

    Hi there!

    Oh, I'm sorry but that is not possible at this exact moment. However, I'm adding it to our "to do" list and will definitely include it in a next theme update! 

    As for now, you may paste the following code in your child theme's functions.php file to permanently force a "dual sidebar" layout:

    function engage_page_layout( $page_id = null ) {
        return 'sidebar_both';
    }

    Kind Regards,
    Veented Team