Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created July 25, 2013 20:35
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/6083501 to your computer and use it in GitHub Desktop.
Save braddalton/6083501 to your computer and use it in GitHub Desktop.
add_action('genesis_before_loop', 'display_slider_before_posts_home');
function display_slider_before_posts_home() {
if ( is_page(007) && function_exists('nivoslider4wp_show') ) {
nivoslider4wp_show();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment