Tuesday, December 17, 2013

WordPress › Support » Plugins and Hacks

WOW Slider
[resolved] WowSlider on Home page only in WordPress
How do I get wowslider to only show up in WordPress at the very TOP of my homepage from edge to edge but not show on other pages please?
Answer:



Go to Appearance - > Editor, select "header.php" file. Add the following code:

<?php if (is_home() || is_front_page()) wowslider(ID); ?>

(where ID is your slider identifier - number) in the place where you want to have a slider.

No comments:

Post a Comment