Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 15, 2015 04:50
Show Gist options
  • Save braddalton/5204322 to your computer and use it in GitHub Desktop.
Save braddalton/5204322 to your computer and use it in GitHub Desktop.
function display_slider_header_home() {
if ( is_single() && function_exists('easingsliderlite') ) {
easingsliderlite();
}
};
add_action('genesis_before_post', 'display_slider_header_home');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment