vslider only on specific / home page
-
In header.php i have code like this:
<div id="header-slider"> <div id="slider"> <?php if (function_exists('vslider')) { vslider('vslider_options'); }?> </div> </div>
In WordPress Settings (admin panel) i set that the home page is the static page with name “start”
How to modify the code to show slider only on this page / home page ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘vslider only on specific / home page’ is closed to new replies.