Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created October 7, 2013 08:21
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/c9f127fc814557038715 to your computer and use it in GitHub Desktop.
Save braddalton/c9f127fc814557038715 to your computer and use it in GitHub Desktop.
function soliloquy_slider_after_header() {
if (is_page(array(007,008,009))) {
if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '88' );
}
}
add_action('genesis_after_header', 'soliloquy_slider_after_header');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment