• Skip to main content
  • Skip to header right navigation
  • Skip to after header navigation
  • Skip to site footer
  • About Us
  • Hire Us
BizBudding logo

BizBudding Inc.

Remarkable Websites

  • Get Started Today
  • Blog
  • Podcast
  • search
  • Blogging Courses
  • Mai Solutions
  • Mai Themes
  • Showcase
  • Industries

How to Change the Footer Credits

Home » Blog » Design and Development » How to Change the Footer Credits
July 1, 2020 by BizBudding Inc.
Reading Time: ~ < 1 minute

The snippet below may be used to customize the credit text in the site footer.

Note:

  • If you are a beginner user, you might find the Simple Edits plugin helpful as it presents an easier method of customizing the credit text.

Below is the code to customize the credits text on your site. The code snippet should be placed into your theme’s functions.php file:

add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');


function sp_footer_creds_filter( $creds ) {

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

    return $creds;

}
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Change the footer text
add_filter(‘genesis_footer_creds_text’, ‘sp_footer_creds_filter’);
function sp_footer_creds_filter( $creds ) {
$creds = ‘© 2020 &middot; <a href=”http://mydomain.com”>My Custom Link</a> &middot; Theme by <a href=”https://seothemes.com/” title=”SEO Themes”>SEO Themes</a>’;
return $creds;
}
Category: Design and DevelopmentTag: Tutorials

About BizBudding Inc.

  • View Posts

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

GET STARTED

  • Blogging Courses
  • Mai Theme
  • Mai Solution
  • Showcase
  • Resources

Resources

  • Shop
  • Affiliates
  • Data Protection
  • Privacy Policy
  • Terms & Conditions
  • Get Support

quick links

  • My Account
  • Cart
  • Support
  • Contact Us

Contact Details

1001 County Road 517, Suite 1
Hackettstown, NJ 07840

(877) 548-2440

Contact Us

BizBudding icon

  • Start
  • Learn
  • Build
  • Grow
  • Blog
  • Podcast
  • search

Copyright © 2010–2021 BizBudding Inc. · All Rights Reserved ♥ Work hard and be nice to people.