Tuesday, December 17, 2013

How can I add wordpress content slider in header for Word Press?

Q: How do I use wow slider as the header display for WordPress?
Specifically I want to know where to place the code for a dynamic header display.

A: To insert WOWSlider into header you should use WOWSlider PHP code. Go to
WOW Slider -> All Sliders

and click on "Excerpt view" button at the top right corner. Additional line "for
templates" with php code will appear under line with shortcode.

You should add this php code into your header (Appearance->Editor->Header), for example:

<?php wowslider(1); ?>

No comments:

Post a Comment