Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save braddalton/5204262 to your computer and use it in GitHub Desktop.
Save braddalton/5204262 to your computer and use it in GitHub Desktop.
function display_slider_header_home() {
if ( is_category() && function_exists('easing_slider') ) {
easing_slider();
}
};
add_action('genesis_header', 'display_slider_header_home');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment