Comments Ain99 started the conversationMarch 1, 2018 at 1:25amHow to activate a sidebar on single post pages? Thank you. 7,092Oliver repliedMarch 1, 2018 at 7:15amHi,Pls. take a look:codex-themes.com/thegem/documentation/#sidebars-and-widgetsPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverAin99 repliedMarch 2, 2018 at 3:34amHi. Does that mean I have to make each post separately? If I have more than 500 ... I can't do this. You can help? Thanks for everything. 7,092Oliver repliedMarch 2, 2018 at 7:42amIn 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, OliverAin99 repliedMarch 2, 2018 at 6:01pmThank you! It works! 7,092Oliver repliedMarch 5, 2018 at 7:01amWelcome!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 ...
How to activate a sidebar on single post pages?
Thank you.
Hi,
Pls. take a look:
codex-themes.com/thegem/documentation/#sidebars-and-widgets
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi. Does that mean I have to make each post separately? If I have more than 500 ... I can't do this. You can help? Thanks for everything.
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
Thank you! It works!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver