Okay
  Public Ticket #3082907
post template
Closed

Comments

  •  32
    Tes started the conversation

    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.

  •  1,877
    Judith replied

    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.

  •  32
    Tes replied

    Hi Judith, 

    I understand. 

    I want some post categories to have no sidebar. Would it be possible to achieve that?

    Thanks again.

  •  1,877
    Judith replied

    Hello Tes,

    We can use CSS to remove or to remove them manually from widget section on Customize.

    Thanks.

  •  32
    Tes replied

    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?

     

  •  1,877
    Judith replied

    Hello Tes,

    Please try this css:

    @media only screen and (min-width: 1000px){
    .postid-7075 #sidebar.span_3 {
        DISPLAY: NONE;
    } }

    Thanks.

  •  32
    Tes replied

    Hi, 

    Is this related to that specific post (ID) or will it also affect all my future posts with that category?

  •  1,877
    Judith replied

    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.

  •  32
    Tes replied

    Ah, yes exactly. I need something that works for the category. Not only post-ID's. Is something like that possible? 

  •  1,877
    Judith replied

    Hi Tes,

    I am afraid this is not possible at the moment.

    Thanks.