Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active May 28, 2018 21:30
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/6583512 to your computer and use it in GitHub Desktop.
Save braddalton/6583512 to your computer and use it in GitHub Desktop.
add_action( 'genesis_after_header', 'home_slider' );
function home_slider() {
if ( function_exists( 'soliloquy_slider' ) )
soliloquy_slider( 'slider-slug' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment