• 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

add disclaimer links bottom

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 › General Discussion › add disclaimer links bottom

This topic is: not resolved
  • This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by Badlywired.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 12, 2015 at 9:23 am #140600
    Maria
    Member

    Hi there,

    I've bumped into a roadblock while creating my website.
    I want to add a disclaimer all the way at the bottom of my website.
    Put I dont want it to be a part of a footer menu. I d like it to be a solo link below. With the footer widget I first get a title and then below that title I can make a link to me disclaimer. I dont want that to happen. I ve already looked for answers in the database but I cant find it.

    Can anyone help me fix this?

    Kind regards,

    Maria

    February 12, 2015 at 1:53 pm #140636
    Badlywired
    Member

    Are you into coding little? Then you need to add some code to your functions.php along the lines of

    add_action( 'genesis_after_footer', 'my_disclaimer' );
    
    function disclaimer() {
    // your markup follows
    ?>
    
    <div class='wrap'>
         
        <div class='my-link'>
               <a href= '#'>disclaimer</a>
        </div>
    
    </div>
    
    <?php
    }
    

    Although personally I would actually add a third menu along the lines of this which is more flexible, later you may want to add another link.

    function register_additional_menu() {
      
    register_nav_menu( 'third-menu' ,__( 'Third Navigation Menu' ));
         
    }
    add_action( 'init', 'register_additional_menu' );
    
    add_action( 'genesis_after_footer', 'add_third_nav_genesis' ); 
    
    function add_third_nav_genesis() {
    ?>
    <div class="wrap">
    <?php
    
    wp_nav_menu( array( 'theme_location' => 'third-menu', 'container_class' => 'genesis-nav-menu' ) );
    ?>
    <div class="wrap">
    <?php
    }
    

    And then you need to deal with css styling of course


    My techy blog WordPress and stuff badlywired.com

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ 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