Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Include the "responsive-slider" on the top of blogpage? WordPress

  • SOLVED

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/

Answers (3)

2015-06-23

Jayaram Y answers:

You can use the shortcode functionality in the archive.php / blog template



use: <?php putRevSlider( "alias" ) ?>

example: <?php putRevSlider("slider1") ?> '

2015-06-23

Arnav Joy answers:

you want to use same slider found on home page?


johny comments:

Yes same slider as home page..

2015-06-23

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') ?>