. Nên hôm nay mình viết nhật ký lại để sau này có gì vào vọc lại, không thì cũng chia sẻ cho các anh e đang tìm hiểu về vấn đề này cho trang nhật ký của mình:
<!-- 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") ?>