• Hello,

    I am using the Genesis Simple Sidebars plugin and have added support for the podcast custom post type with the following code:

    // Add support for Genesis Simple Sidebars to Podcast post type
    add_post_type_support( 'podcast', 'genesis-simple-sidebars' );
    

    However, I’m not sure how to actually apply the newly created sidebar to the podcast archive page and individual podcast posts since there isn’t an archive settings page where I can select Genesis elements like sidebars, layouts, etc.

    Is this possible to do with Seriously Simple Podcasting?

  • The topic ‘Is it possible to use Genesis Simple Sidebars?’ is closed to new replies.