Skip to content

Instantly share code, notes, and snippets.

View imatteh's full-sized avatar

Haitham AlMahdi imatteh

  • iMatteh Web Design
  • Libya
  • X @imatteh
View GitHub Profile
@imatteh
imatteh / RevolutionSlider
Created December 26, 2017 19:37
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") ?>