Skip to content

Instantly share code, notes, and snippets.

@imatteh
Created December 26, 2017 19:37
Show Gist options
  • Save imatteh/20823da252c4200c3b1b626e9a30e316 to your computer and use it in GitHub Desktop.
Save imatteh/20823da252c4200c3b1b626e9a30e316 to your computer and use it in GitHub Desktop.
add Revolution Slider via php
<!-- Load the slider with "slider1" alias every time -->
<?php putRevSlider("slider1") ?>
<!-- Load the slider with "slider1" alias only on the homepage only -->
<?php putRevSlider("slider1", "homepage") ?>
<!-- Load the slider with "slider1" alias only on a specific page with default permalinks -->
<?php putRevSlider("slider1", "2") ?>
<!-- Load the slider with "slider1" alias only on a range of pages -->
<?php putRevSlider("slider1", "2, 3") ?>
<!-- Load the slider with "slider1" alias only on a specific page with permalinks set to "Post Name" -->
<?php putRevSlider("slider1", "page_slug") ?>
<!-- Load the slider with "slider1" alias on a range of pages -->
<?php putRevSlider("slider1", "page_slug, another_page") ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment