I´m working with a wordpress theme called "hipster"
http://themeforest.net/item/hipster-retro-responsive-wordpress-theme/full_screen_preview/3867290
And I want to include the "responsive-slider" on the top of blogpage.
The blog-template don´t include the slider so how do I solve that?
see url, http://hipsterwprev.beantownthemes.com/blog/
Jayaram Y answers:
You can use the shortcode functionality in the archive.php / blog template
use: <?php putRevSlider( "alias" ) ?>
example: <?php putRevSlider("slider1") ?> '
Luis Abarca answers:
Revolution slider is a premium plugin.
You need to buy it, install it and the add it with
<?php putRevSlider('your-slider-id') ?>