Thread Starter
RCowin
(@rcowin)
If you place the code in the template the gap is removed
try this:
<img src=”wp-content/themes/girl/images/Header_1000x114.jpg”>
<?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ‘1306’ ); ?>
</div>
<!–/header –>
What does your code look like?
It looks like you pasted the function instead of the shortcode.
Try pasting this into your header instead:
[soliloquy id=”1306″]
You can add a slider to a template by placing the following code into your loop
<?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ‘1306’ ); ?>