Skip to content

Instantly share code, notes, and snippets.

@KFleeger
Created June 24, 2016 16:04
Show Gist options
  • Save KFleeger/70249048f457941866cdab173f125a46 to your computer and use it in GitHub Desktop.
Save KFleeger/70249048f457941866cdab173f125a46 to your computer and use it in GitHub Desktop.
brandiD footer
//* Customize footer
remove_action( 'genesis_footer', 'genesis_do_footer' );
add_action( 'genesis_footer', 'hello_pro_custom_footer' );
function hello_pro_custom_footer() {
?>
<p>Copyright &copy;2016 &middot; <a href="https://thebrandid.com/product/hello-wordpress-theme/">Hello</a>, a <a href="http://www.studiopress.com/">Genesis Framework</a> <a href="http://wordpress.org/">WordPress</a> theme from <a target="_blank" href="https://thebrandid.com">brandiD</a></p>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment