Skip to content

Instantly share code, notes, and snippets.

@bmoredrew
Created June 5, 2014 00:17
Show Gist options
  • Save bmoredrew/2abf67ca369efc9048fa to your computer and use it in GitHub Desktop.
Save bmoredrew/2abf67ca369efc9048fa to your computer and use it in GitHub Desktop.
include_once( CHILD_DIR . '/featured-post-widget.php' );
add_action( 'widgets_init', 'load_custom_child_widget' );
function load_custom_child_widget() {
unregister_widget( 'Genesis_Featured_Post' );
register_widget( 'Genesis_Child_Featured_Post' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment