• 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

How to restore Footer to Sixteen Nine Pro 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 › General Discussion › How to restore Footer to Sixteen Nine Pro Theme

This topic is: not resolved
  • This topic has 9 replies, 3 voices, and was last updated 12 years, 4 months ago by emasai.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • September 15, 2013 at 2:01 pm #62671
    beoleary1
    Member

    I've been trying to modify my footer and installed Genesis Simple Edits. Somewhere along in this process, I did something to my footer that even deactivating Simple Edits, all that now shows in my footer is "Powered By Genesis."

    Any ideas?

    microsprayinternational.com

    hide my site password: asdfn$rT6

    September 15, 2013 at 5:07 pm #62719
    Derek
    Member

    That's what the demo is supposed to say. Look at the image on this page: http://my.studiopress.com/themes/sixteen-nine/

    Do you want it to say something else?


    ~’;’~

    September 16, 2013 at 7:43 am #62813
    beoleary1
    Member

    Thank you, you are correct. I could have sworn it used to have the copyright.

    I want to create a link to page with my Privacy Policy and post a copyright. I have been bouncing around on this forum trying to figure this one out. I installed Genesis Simple Edits but unsure how to create these two elements.

    September 16, 2013 at 10:30 am #62838
    emasai
    Participant

    If you are comfortable working in the functions file, you can find snippets to modify the footer http://my.studiopress.com/snippets/footer/#credits


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    September 21, 2013 at 1:24 pm #63686
    beoleary1
    Member

    Not very comfortable, but simple edits does not allow me to enter a custom link. I am not sure where in the functions file I insert this code? Do I enter all of the code shown below?

    <?php
    //* Do NOT include the opening php tag

    //* Change the footer text
    add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');
    function sp_footer_creds_filter( $creds ) {
    $creds = '[footer_copyright] · Privacy Policy · ';
    return $creds;
    }

    September 21, 2013 at 2:38 pm #63690
    emasai
    Participant

    If you just want to put a link to your Privacy Policy in the footer you can do it directly in the functions file. Look around line 128 where you will see:

    //* Customize the footer
    add_filter( 'genesis_footer_output', 'sixteen_nine_custom_footer' );
    function sixteen_nine_custom_footer( $output ) {
    
    	$output = sprintf( '<p>%s<a href="http://www.studiopress.com/">%s</a></p>',  __( 'Powered by ', 'sixteen-nine' ), __( 'Genesis', 'sixteen-nine' ) );
    	return $output;
    
    }
    

    Remove it and replace it with your link to your privacy policy. Starting from the line //* Change the footer text etc. If you are worried about removing it, copy it to a text file first, so you can paste it back in if your new footer does not work the way you want it.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    October 2, 2013 at 9:09 am #65066
    beoleary1
    Member

    This is the second time I totally nuked my site, I had to restore from a back up. Do I totally eliminate the entire code below?

    //* Customize the footer
    add_filter( 'genesis_footer_output', 'sixteen_nine_custom_footer' );
    function sixteen_nine_custom_footer( $output ) {

    $output = sprintf( '<p>%s%s</p>', __( 'Powered by ', 'sixteen-nine' ), __( 'Genesis', 'sixteen-nine' ) );
    return $output;

    }

    October 3, 2013 at 5:49 pm #65282
    emasai
    Participant

    What do you want the footer to say? I can tell you how to do something like this
    http://marazuldelsur.com/wordpress/
    Apparently the code snippets do not work on this site, you will have to modify what is already there.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    November 3, 2013 at 5:22 pm #70728
    beoleary1
    Member

    I am looking for my footer to say:

    COPYRIGHT 2013 PRIVACY POLICY

    I'd like to get rid of everything else.

    November 4, 2013 at 8:38 am #70816
    emasai
    Participant

    Try this tutorial
    http://www.carriedils.com/remove-powered-by-genesis-sixteen-nine/


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

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