• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Display sidebar on each posts…

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Display sidebar on each posts…

This topic is: not resolved
  • This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by panatan.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • October 27, 2016 at 11:12 am #195391
    panatan
    Participant

    Hi guys !

    I'm using Genesis child theme selected as "full page" on all my pages and i would like to display primary sidebar on each posts and posts categories.

    Instead of change (each time that i add a post) theme settings, i'm using the following code but it doesn't works...

    My question is : is it the right way to do ? How is it possible to do that ?

    //* Sidebar sur les pages d'articles
    add_action( 'genesis_before_sidebar_widget_area', 'themeprefix_remove_sidebar' ); 
    
    function themeprefix_remove_sidebar() {
    	if ( is_single() || is_category() ) {  
    		remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );  
    		add_action( 'genesis_sidebar', 'genesis_do_sidebar' ); 
    	}   
    }

    Thanks a lot and best regards

    October 27, 2016 at 1:00 pm #195397
    William
    Member

    This script will not do anything because you are removing a function and then adding it back.

    Try

    //* Sidebar sur les pages d'articles
    add_action( 'genesis_before_sidebar_widget_area', 'themeprefix_remove_sidebar' ); 
    
    function themeprefix_remove_sidebar() {
    	if ( is_single() || is_category() ) {  
    		remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );  
    	}   
    }
    

    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    October 27, 2016 at 1:07 pm #195398
    panatan
    Participant

    Ok but now, no more sidebar, on every pages :/

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble