Guest User

Untitled

a guest
Mar 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //* Customize the credits
  2. add_filter( 'genesis_footer_creds_text', 'custom_footer_creds_text' );
  3. function custom_footer_creds_text() {
  4. echo '<div class="creds"><p>';
  5. echo ' Your Site Title Here ';
  6. echo ' &middot; Copyright &copy; ';
  7. echo date('Y');
  8. echo '</p></div>';
  9. }
Add Comment
Please, Sign In to add comment