Hi there im trying to use the slider only in the home page header and i have got problems with displaying the slider.
once i have inserted this code into header php:
<?php if ( is_home() && function_exists(‘nemus_slider’) ) { nemus_slider(538); } ?>
and it doesn’t appear on any of my pages including home page,
any help appreciated.
p.s im beginner in php btw ??