• Skip to primary navigation
  • Skip to main content

Genesis Community

Resources for Genesis WordPress Theme Users

  • Facebook
  • Twitter
  • Slack
  • Wiki
  • Login
You are here: Home / Wikis / Genesis / Change the footer text

Change the footer text

add_filter( 'genesis_footer_creds_text', 'sp_footer_creds_filter' );
/**
 * Change the footer text.
 * @link https://my.studiopress.com/documentation/customization/shortcodes-reference/footer-shortcode-reference/
 * @param  string $creds Existing footer text.
 * @return string        Amended footer text.
 */
function sp_footer_creds_filter( $creds ) {

    $creds = '© 2026 · <a href="http://mydomain.com">My Custom Link</a> · Built on the <a href="http://www.studiopress.com/themes/genesis" title="Genesis Framework">Genesis Framework</a>';

    return $creds;

}
Notes:

Also, see https://sridharkatakam.com/default-footer-genesis/.

Posted by: Sridhar Katakam Category: Genesis Tags: footer

« Remove entry footer
Remove the site footer »

Copyright © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in