Cyclone Slider short code not working

i installed cyclone slider 1.3.4 plugin in wordpress site i followed each step and instruction from

Here

Read More

http://www.codefleet.net/cyclone-slider/

but when i include short code which is [cycloneslider id="my-slider"] enter code hereto my header page this error comes…

Parse error: syntax error, unexpected 'id' (T_STRING), expecting ']' in C:wampwwwstore-to-ship

Please any one who can help me…

Related posts

Leave a Reply

1 comment

  1. i tried different ways and finally solved problem here by simply adding this

    <?php echo do_shortcode("[cycloneslider id='1']");?>

    i am new in WordPress so i was confused..:)