• 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

Customize footer credits

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 › Customize footer credits

This topic is: not resolved
  • This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by dbsites.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • March 10, 2017 at 3:26 pm #202852
    dbsites
    Member

    I want to customize the footer credits of a site I am working on using Altitude Pro: boonelogging.com. I want the footer to say: COPYRIGHT 2017 DEBSITES.NET

    I have done two things:

    1) copied and pasted customized code from the functions.php file of another site which I built with Altitude Pro: steelmagnoliabeautysalon.com. I thought this would be simple since it has the footer content that I want. Results: The footer has the content I want but also continues to show the "...Altitude Pro on Genesis..." credits.

    //* Customize the credits
    add_filter( 'genesis_footer_creds_text', 'sp_footer_creds_text' );
    function sp_footer_creds_text() {
    echo '<div class="creds"><p>';
    echo 'Copyright © ';
    echo date('Y');
    echo ' · Debsites.net

    ';
    echo '</p></div>';
    }

    2) copied and pasted the customized code provided by StudioPress: http://my.studiopress.com/documentation/snippets/footer/customize-the-credits-text/
    Results: Shows only the "...Altitude Pro on Genesis..." credits.

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

    Any help will be greatly appreciated!!!

    March 10, 2017 at 4:19 pm #202854
    Victor Font
    Moderator

    You're footer is showing up correctly. There's no Altitude Pro showing.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    March 10, 2017 at 5:22 pm #202860
    dbsites
    Member

    Really?? On my laptop, ipad, desktop, and phone I see:

    COPYRIGHT 2017 DEBSITES.NET
    COPYRIGHT 2017 ALTITUDE PRO ON GENESIS FRAMEWORK WORDPRESS LOG IN

    March 11, 2017 at 1:17 pm #202885
    dbsites
    Member

    I have solved my problem! I was using the StudioPress code snippet for "Customize the Credits Text" instead of "Customize the Site Footer". "Customize the Site Footer" removes all reference to Altitude Pro, etc. I still had to manually remove the text which references WordPress, though.

    Though I have solved my problem, I still have no idea why step 1 above does not work. It seems that copying the footer credit portion from the functions.php file of one Altitude Pro site and pasting it into the newer site's function.php built with Altitude Pro should produce the same results. ¯\_(ツ)_/¯

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

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