[Gecko BGStretcher] Only on one page
-
Does anybady know if it’s possible to only show BGstretcher on the homepage? Perhaps through an if statement, something like:
if ( $page == “home” )
{
add_streched_background(array(
‘background’ => array(‘https://localhost.jpg’, ‘https://localhost.jpg’, ‘https://localhost.jpg’
),
‘shuffle’ => ‘yes’,
‘nextSlideDelay’ => ‘12000’
));
}I don’t really know wp syntax that well, or if theres anyother solution that would be great too!
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Gecko BGStretcher] Only on one page’ is closed to new replies.