Skip to content

Instantly share code, notes, and snippets.

@SusanRamsey
Created February 18, 2015 23:51
Show Gist options
  • Save SusanRamsey/dd6d6b7bff74bbe5e6af to your computer and use it in GitHub Desktop.
Save SusanRamsey/dd6d6b7bff74bbe5e6af to your computer and use it in GitHub Desktop.
add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');
function sp_footer_creds_filter( $creds ) {
$creds = '[footer_copyright] &middot; Fun Genesis WordPress Theme 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