Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1003347
How to set Blog with default right sidebar?
Closed

Comments

  •  2
    quartzoweb started the conversation

    I can't find a way to set a default blog post style to have always a default right sidebar. 

  • [deleted] replied

    Hi,

    You need to install child theme and make minor changes in content-page.php template. We can do it for you if you share admin and ftp access.

  •   quartzoweb replied privately
  •  2
    UNIKCOMMUNICATION replied

    Hi Max,

    Can you indicate the code to be modified or added to the content-page.php page, because I'm also interested in (default left sidebar)... Thanks in advance!

    Regards

  • [deleted] replied

    Please check.

    I added next code after line 27 in child content-page.php template:

        if(get_post_type() == 'post') {
            $thegem_page_data['sidebar']['sidebar_position'] = 'right';
        }

  •  2
    UNIKCOMMUNICATION replied

    Hi Max

    It's perfect...

    Thanks and happy new year !!

  •  2
    quartzoweb replied

    Yes, it's perfect, thanks a lot Max, Happy New Year!