//* Change the footer text add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter'); function sp_footer_creds_filter( $creds ) { $creds = '© 2024 · PBandJaney.com · Development by Digital Graphics Design LLC'; return $creds; }