You can use two templates to create your website. There is Default Template with sidebar on the right side or One Column Template without sidebar. Widgets in sidebar can be controlled by “Widget logic” setting. You can use two conditions:
- is_front_page() : widget will be visible on Front page only
- !is_front_page() : widget will be visible on all pages except Front page
- no value : widget will be visible on all pages
[rule]