How do I edit the footer in lifestyle theme
-
I came across this in functions.php but what all am I editing?
// Customize the footer section
add_filter(‘genesis_footer_creds_text’, ‘lifestyle_footer_creds_text’);
function lifestyle_footer_creds_text($creds) {
$creds = __(‘Copyright’, ‘genesis’) . ‘ [footer_copyright] [footer_childtheme_link] ‘. __(‘on’, ‘lifestyle’) .’
[footer_genesis_link] · [footer_wordpress_link] · [footer_loginout]’;
return $creds;
}It currently says “Copyright ? 2011 · Lifestyle Theme on Genesis Framework · WordPress · Log out” and I would like for it to say “Copyright ? 2011 https://www.pettraininginfo411.com”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do I edit the footer in lifestyle theme’ is closed to new replies.