Comments Xuso started the conversationMarch 22, 2018 at 5:45pmHi, how can I make all posts to have the same sidebar? I just import 200 posts and they are looking by default (without sidebar) and my question is: there is a way to assign a sidebar to all posts? thanks. 7,092Oliver repliedMarch 23, 2018 at 7:12amHi,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 Sign in to reply ...
Hi, how can I make all posts to have the same sidebar? I just import 200 posts and they are looking by default (without sidebar) and my question is: there is a way to assign a sidebar to all posts? thanks.
Hi,
In the
/wp-content/themes/thegem/content-page.php
after line 27 add next code.
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