Skip to content

Instantly share code, notes, and snippets.

@SusanRamsey
Last active August 29, 2015 14:00
Show Gist options
  • Save SusanRamsey/8f154ab3fcdc74427795 to your computer and use it in GitHub Desktop.
Save SusanRamsey/8f154ab3fcdc74427795 to your computer and use it in GitHub Desktop.
These are the credits for the Modern Blogger Pro theme
/** Customize the credits */
add_filter('genesis_footer_creds_text', 'footer_creds_filter');
function footer_creds_filter( $creds ) {
$creds = 'Copyright [footer_copyright] &middot; <a href="http://prettydarncute.com"> Modern Blogger Pro Theme</a> By, <a href="http://prettydarncute.com">Pretty Darn Cute Design</a>';
return $creds;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment