Created
June 24, 2016 16:04
-
-
Save KFleeger/70249048f457941866cdab173f125a46 to your computer and use it in GitHub Desktop.
brandiD footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Customize footer | |
remove_action( 'genesis_footer', 'genesis_do_footer' ); | |
add_action( 'genesis_footer', 'hello_pro_custom_footer' ); | |
function hello_pro_custom_footer() { | |
?> | |
<p>Copyright ©2016 · <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