• 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

Custom sidebar on Archive page

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 › Custom sidebar on Archive page

This topic is: not resolved

Tagged: custom sidebar archive page

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago by Anwar.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • August 11, 2013 at 8:57 am #55628
    Anwar
    Member

    Is it possible to load a custom sidebar on an archive page?

    I create my custom sidebars using the Genesis Simple Sidebar plguin

    I allready load a custom sidebar on a custom post type single page through an if statement in functions.php

    http://www.halalpolitie.nl/halalgids/
    September 18, 2013 at 8:24 am #63193
    davidsharpe
    Participant

    Any progress on this, Anwar? I'm trying to find an answer to this as well.

    September 18, 2013 at 8:33 am #63196
    Anwar
    Member

    Hey David,

    Yes this code works like a charm:

    `add_action('get_header', 'include_halalwijzer_sidebar_archive');

    function include_halalwijzer_sidebar_archive() {
    if ( is_post_type_archive('halalwijzer') ) {
    remove_action( 'genesis_after_content', 'genesis_get_sidebar' );
    add_action( 'genesis_after_content', 'halalwijzer_sidebar_archive' );
    }
    }

    function halalwijzer_sidebar_archive() {
    echo '<div id="sidebar" class="sidebar widget-area">';
    dynamic_sidebar( 'sidebar-halalwijzer' );
    echo '</div>';
    }

    You can name the functions any way you want. Just make sure that your dynamic sidebar, in my case 'sidebar-halalwijzer' allready exists, so you can load it.

  • 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