Support » Plugins » [Gecko BGStretcher] Only on one page

Viewing 1 replies (of 1 total)
  • Thread Starter likelythat

    (@likelythat)

    I was able to acomplish this by adding the call in the header.php instead of function.php (before the wp_head call)(plugin must be activated):

    if (is_front_page())
    {
    
    add_streched_background(array(
    		'background' => array('http:...jpg', 'http:...jpg', 'http:...jpg'),
    		'shuffle' => 'yes',
    		'nextSlideDelay' => '12000'
    ));
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Gecko BGStretcher] Only on one page’ is closed to new replies.