Hi guys,
I've recently been working with a new theme (nexus) and been trying to integrate the rev slider on the home page
the read me and instruction don't seem to clear can any of your guys help out and tell me how to or where to input the code
to display the slider
it states to place this in the theme html/php file ????
any help would be very grateful
I've recently been working with a new theme (nexus) and been trying to integrate the rev slider on the home page
the read me and instruction don't seem to clear can any of your guys help out and tell me how to or where to input the code
to display the slider
Code:
<?php putRevSlider("main_slider","homepage") ?>
it states to place this in the theme html/php file ????
Code:
From the [B]theme html[/B] use: <?php putRevSlider( "alias" ) ?> example: <?php putRevSlider("main_slider") ?>
For show only on homepage use: <?php putRevSlider("main_slider","homepage") ?>
For show on certain pages use: <?php putRevSlider("main_slider","2,10") ?>
any help would be very grateful