Comments 32Tes started the conversationJuly 12, 2022 at 2:00pmHi there, I have two questions: A) Would it be possible to create a page template connected to a specific category? So if one if my employees select category X for a blog it immediately shows a specific template. And a different one for category Y. Is something like that possible - with a plug-in or some kind? B) I want some post categories to have no sidebar. Would it be possible to achieve that? Thanks in advance. 1,877Judith repliedJuly 12, 2022 at 2:04pmHello Tes,Thanks for keeping in touch.I am afraid, we do not have this feature at the moment. I am not aware also of any plugin with this feature at the moment.Thanks. 32Tes repliedJuly 12, 2022 at 2:11pmHi Judith, I understand. I want some post categories to have no sidebar. Would it be possible to achieve that?Thanks again. 1,877Judith repliedJuly 12, 2022 at 2:16pmHello Tes,We can use CSS to remove or to remove them manually from widget section on Customize.Thanks. 32Tes repliedJuly 12, 2022 at 2:20pmOk, thanks. For example, I have made this post example: https://mball.nl/event-intern/7075/ I would like this category (event-intern) to have no sidebar. How can I achieve that? 1,877Judith repliedJuly 12, 2022 at 2:39pmHello Tes,Please try this css: @media only screen and (min-width: 1000px){.postid-7075 #sidebar.span_3 { DISPLAY: NONE;} }Thanks. 32Tes repliedJuly 12, 2022 at 2:45pmHi, Is this related to that specific post (ID) or will it also affect all my future posts with that category? 1,877Judith repliedJuly 12, 2022 at 2:50pmHello Tes,I have added the CSS just for that post only that's why I have added post ID .postid-7075 on the CSS.Thanks. 32Tes repliedJuly 12, 2022 at 2:53pmAh, yes exactly. I need something that works for the category. Not only post-ID's. Is something like that possible? 1,877Judith repliedJuly 12, 2022 at 2:55pmHi Tes,I am afraid this is not possible at the moment.Thanks. Sign in to reply ...
Hi there,
I have two questions:
A) Would it be possible to create a page template connected to a specific category?
So if one if my employees select category X for a blog it immediately shows a specific template. And a different one for category Y.
Is something like that possible - with a plug-in or some kind?
B) I want some post categories to have no sidebar. Would it be possible to achieve that?
Thanks in advance.
Hello Tes,
Thanks for keeping in touch.
I am afraid, we do not have this feature at the moment. I am not aware also of any plugin with this feature at the moment.
Thanks.
Hi Judith,
I understand.
I want some post categories to have no sidebar. Would it be possible to achieve that?
Thanks again.
Hello Tes,
We can use CSS to remove or to remove them manually from widget section on Customize.
Thanks.
Ok, thanks.
For example, I have made this post example: https://mball.nl/event-intern/7075/
I would like this category (event-intern) to have no sidebar.
How can I achieve that?
Hello Tes,
Please try this css:
Thanks.
Hi,
Is this related to that specific post (ID) or will it also affect all my future posts with that category?
Hello Tes,
I have added the CSS just for that post only that's why I have added post ID .postid-7075 on the CSS.
Thanks.
Ah, yes exactly. I need something that works for the category. Not only post-ID's. Is something like that possible?
Hi Tes,
I am afraid this is not possible at the moment.
Thanks.