Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 17, 2015 15:39
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/5633070 to your computer and use it in GitHub Desktop.
Save braddalton/5633070 to your computer and use it in GitHub Desktop.
function wpsitesdotnet_soliloquy_slider_header() {
if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '88' );
};
/**
* @author Brad Dalton - WP Sites
*
* @tutorial http://wp.me/p1lTu0-9Th
*/
add_action('genesis_after_header', 'wpsitesdotnet_soliloquy_slider_header');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment