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 #1083830
Blog Default Sidebar
Closed

Comments

  •  2
    stevejwin started the conversation

    Just purchased and trying to set up - see no default option for a sidebar on the blog. How do I do this so I don't have to literally go back through 700 posts and add it manually? I searched high and low for this but couldn't find the answer....why I am opening a ticket.

  •  6,933
    Oliver replied

    HI!

    In the

    /wp-content/themes/thegem/content-page.php 

     after line  27 add next code.

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

    it's template, just copy it to the child theme.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    stevejwin replied

    Thanks so much for getting back to me and oh, kind of a bummer but okay. Would be absolutely great if you guys would add this as a simple selection as many other themes do, in your admin panel. Who likes work? :) Seems like it would be a very common request.

  •  6,933
    Oliver replied

    HI!

    ok, we'll add it in the feature updates.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver