Subscribe

Every Friday, get a flavour postcard delivered straight to your inbox!

function remove_the_footer_entirely( $creds ) { return ''; } add_filter('genesis_footer_creds_text', 'remove_the_footer_entirely');