Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created September 20, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/2a4dd65c9ad2a87226f3463f1eb17bc4 to your computer and use it in GitHub Desktop.
Save braddalton/2a4dd65c9ad2a87226f3463f1eb17bc4 to your computer and use it in GitHub Desktop.
Entry Title After Category Links in Refined Pro Custom Blog Page Template https://wp.me/p1lTu0-h7q
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
add_action( 'genesis_entry_header', 'genesis_do_post_title', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment