Problem:
How can I remove the sidebar from my posts?
Solution:
Sidebars are not part of the_content and hence can only be removed from the Theme's Template used to display the_content.
That template will either deliver or call the header, footer, sidebar, menu and more.
Toolset does not allow to customize such templates, it only allows to customize the "Post Body" (the_content) part of those templates.
There are 2 exceptions to this:
- if you use a CPT read Theme as listed here: https://toolset.com/documentation/recommended-themes/ (apply here: https://toolset.com/documentation/beyond-pages-program/)
- or, if you use a Custom Theme that integrates Toolset Layouts (legacy) the_ddlayout() function to render the content.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | - | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 |
- | - | - | - | - | - | - |
Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)
This topic contains 2 replies, has 2 voices.
Last updated by 5 years, 9 months ago.
Assisted by: Beda.