This is possible with all versions. That is a modification you must apply on your theme. Try our documentation about the template system.
Thread Starter
Dani
(@danicasati)
I putted code of this page into my FUNCTIONS.PHP:
http://wp-customerarea.com/snippet/disable-default-sidebar/
but I still see sidebar in all of my private pages.
Have you read: http://wp-customerarea.com/documentation/the-template-system/
In particular the section “General structure”. I think your theme does not define the single-cuar-xxxxx.php templates and thus the plugin is using single.php from the theme which defines a sidebar.
You should get in touch with the theme author, he should be able to help you out.
Regards,
Thread Starter
Dani
(@danicasati)
No support for this old theme from author…
Thread Starter
Dani
(@danicasati)
I’ve duplicated PAGE.PHP, then renamed to
single-cuar_private_page.php and removed call to sidebar.
and copied to /templates/ folder.
I still display sidebar in all private pages.
I don’t know how the theme is made, and that is rather outside of the regular support we provide (and we don’t have yet a premium support because we would not have enough time to dedicate to that).
Maybe you can leave that single-… file in the theme’s root folder, not in the ‘templates’ folder