Guest User

Untitled

a guest
May 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. remove_action( 'genesis_footer', 'genesis_do_footer' );
  2.  
  3. add_action( 'genesis_footer', 'sp_custom_footer' );
  4.  
  5. function sp_custom_footer() {
  6.  
  7. ?>
  8.  
  9. <p>&copy; Copyright 2018 <a href="clientsurl">Clients website name</a> &middot; All Rights Reserved &middot; Design and Development
  10. by <a href="yoururl">Your Name</a>
  11.  
  12. <?php
  13.  
  14. }
Add Comment
Please, Sign In to add comment