• 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

Adding an alternative footer – Agency Theme

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 › Adding an alternative footer – Agency Theme

This topic is: not resolved

Tagged: Agency, footer, widgets

  • This topic has 5 replies, 2 voices, and was last updated 12 years ago by Eiger.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • March 18, 2014 at 11:47 am #95516
    Eiger
    Member

    Hi

    I need an alternative widgetised footer - can anyone please tell me how to achieve that with the Agency theme?

    Thanks

    Steve

    March 18, 2014 at 11:42 pm #95617
    Davinder Singh Kainth
    Member

    Do you want to add another set of 3 footer widgets besides using existing 3 footer widgets?


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 19, 2014 at 2:31 am #95626
    Eiger
    Member

    Yes & No - I want to add an alternative footer-xyx.php file that has three widget areas in addition to the three standard ones so I can assign a different footer to a particular page ie my forum page

    March 19, 2014 at 3:05 am #95632
    Davinder Singh Kainth
    Member

    You can use code shared on this webpage - http://www.basicwp.com/add-new-widget-genesis-homepage/

    It adds new widget area on homepage, you can modify to display on specific page.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 19, 2014 at 5:50 am #95639
    Eiger
    Member

    Thanks I managed to add the widget area and it did show as a single column 'sidebar' at the top of the home page as that webpage stated but that's not where I want this footer 'sidebar' to appear. I'm using bbPress plugin and changed the code from "is_home" to "is_forums" and it crashed the home page and no pages would appear...

    This is the code I'm using in my functions.php file - how do I get this to show only on my bbPress forum pages within Genesis?

    /** added for forum footer */

    /** from basicwp.com/add-new-widget-genesis-homepage/ */
    genesis_register_sidebar( array(
    'id' => 'footer-forum',
    'name' => __( 'Forum Footer', 'custom' ),
    'description' => __( 'This footer will appear instead of the primary footer, when the forum page template is used.', 'custom' ),
    ) );

    /** forum footer section */
    add_action( 'genesis_before_footer', 'news_footer_forum', 9 );
    function news_footer_forum() {
    if ( is_forum() && is_active_sidebar( 'footer-forum' ) ) {
    echo '<div class="footer-forum">';
    dynamic_sidebar( 'footer-forum' );
    echo '</div><!-- end .footer-forum -->';
    }
    }

    The bottom line is I need a different three column widgetised footer to appear on all my forum pages only and no where else in the site.

    Thanks again for the help.

    March 24, 2014 at 12:27 pm #96438
    Eiger
    Member

    bump

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 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

© 2026 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