Thread Starter
mah736
(@mah736)
Sweet that works like a charm! Thanks
I placed it under page.php
<?php if ( function_exists( ‘vslider’ ) and is_front_page() ) {
vslider(); }?>
I also tried is_page(‘Home’) for the fun of it and it worked fine.
Thread Starter
mah736
(@mah736)
is_front_page() does not work as well
<?php if ( function_exists( ‘vslider’ ) and is_front_page() ) {
vslider(); }?>
Thread Starter
mah736
(@mah736)
Yes it is static page with title home.
I used is_home() at first then it showed the slider on the blog page