• Skip to main content
  • Skip to header right navigation
  • Skip to after header navigation
  • Skip to site footer

BizBudding Inc.

Remarkable Websites

  • About
  • Why Mai
  • Website Templates
  • Showcase
  • Mai Design Pack
  • Mai Solution
  • Mai Services
  • Mai Community
  • Mai Courses
  • About
  • Why Mai
  • Website Templates
  • Showcase
  • Support
  • My Account
  • Cart
  • Mai Design Pack
  • Mai Solution
  • Mai Services
  • Mai Community
  • Mai Courses

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

everything Mai

  • Mai Design Pack
  • Mai Solution
  • Mai Services
  • Mai Community
  • Mai Courses

Resources

  • Community Login
  • How to Start Blogging
  • Blog
  • Podcast

quick links

  • My Account
  • Cart
  • Support
  • Contact Us
  • Affiliates

Legal

206 Main Street
Hackettstown, NJ 07840

(877) 548-2440


  • Privacy Policy
  • Data Protection
  • Terms of Use

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