How can I put a Sidebar with different Widgets for each Page? At the end of the Sidebar Page (Home Page Sidebar) I would like to create a bar for each page of my site, how do I?
if(get_post_type() == 'page') { $thegem_page_data['sidebar']['sidebar_position'] = 'right'; } it's template, just copy it to the child theme for the safety udpate
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
How can I put a Sidebar with different Widgets for each Page? At the end of the Sidebar Page (Home Page Sidebar) I would like to create a bar for each page of my site, how do I?
HI!
You need in In the
/wp-content/themes/thegem/content-page.php
after line 27 add next code.
if(get_post_type() == 'page') {
$thegem_page_data['sidebar']['sidebar_position'] = 'right';
}
it's template, just copy it to the child theme for the safety udpate
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver