Slider doesn't work when in header
-
I am trying to add slider to header of Thematic child theme but it doesn’t show anything there.
I added in functions.php
function soliloquy_slider_header_home() { if (is_home()) { if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '39' ); } }; add_action('thematic_belowheader', 'soliloquy_slider_header_home');
but it shows nothing below menu.
- The topic ‘Slider doesn't work when in header’ is closed to new replies.