Last active
December 16, 2015 07:48
-
-
Save braddalton/5401022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function soliloquy_slider_header_home() { | |
if (is_home()&& function_exists( 'soliloquy_slider' ) ) { | |
soliloquy_slider( '88' ); | |
} | |
} | |
add_action('genesis_header', 'soliloquy_slider_header_home'); | |
/** | |
* @author Brad Dalton - WP Sites | |
* @example http://wpsites.net/best-plugins/add-soliloquy-slider-in-header-of-any-theme/ | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment