This topic has 2 replies, 2 voices, and was last updated 8 years by geo7thqueen.

  • Author
  • #108439
     geo7thqueen
    Participant

    Is there a way to set a unique sidebar just for posts?

    There is an option for INDIVIDUAL pages (down at the bottom of the post page->Theme General Settings->Display Settings->Side bar), but I am looking for the WHOLE class to be set, so users don’t have to remember for every individual page.

    I think wp-admin->theme options->Blog are the settings for the posts pages. But there seems to be no option for specifying a different sidebar for this class of pages.

    #108835
     sharmstr
    Moderator

    Have a look at Widget Logic. https://wordpress.org/plugins/widget-logic/

    Then for the widgets you only want to show on WP Posts pages, use this

    COPY CODE
    
    is_singular( 'post' )
    

    To hide widgets that you dont want to show on WP Posts pages, use this

    COPY CODE
    
    !is_singular( 'post' )
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #109104
     geo7thqueen
    Participant

    Oh, thank you! Was looking for a way to do it inside Kleo, but I think that will work just fine!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?