Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //* Add Site Title in custom header
- add_action( 'genesis_header', 'sk_do_header' );
- function sk_do_header() {
- do_action( 'genesis_site_title' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement