Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 24, 2018 00:15
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 billerickson/a5fb1d060dfb48a760c1e3c0606cffaf to your computer and use it in GitHub Desktop.
Save billerickson/a5fb1d060dfb48a760c1e3c0606cffaf to your computer and use it in GitHub Desktop.
<?php
/**
* Integrate with Genesis Title Toggle
*
* @see https://www.billerickson.net/code/genesis-title-toggle-theme-integration
* @author Bill Erickson
*/
function be_integrate_genesis_title_toggle() {
remove_action( 'genesis_after_header', 'be_page_header' );
}
add_action( 'be_title_toggle_remove', 'be_integrate_genesis_title_toggle' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment