[Plugin: Easing Slider] Inserting the premium slider into a page
-
I have installed the plugin and created a slider, but I am hitting a roadblock when I go to actually get a slider onto a page. I want to use a page, not a post.
Can anyone walk me through these instructions?:
To display a slider, you can either use a shortcode within posts/pages, or a PHP function. You will also need the ID of the specific slider you wish to display, which you can find in the Premium Slider tab in the admin control panel.
Via shortcodes, use the following, replacing $id with the ID of the specific slider you wish to display:
[premiumslider id="$id"]
Alternatively, you place a specific slider in your template files via this PHP function, again replacing $id with the ID of the specific slider you want to show:
1 <?php if (function_exists('premium_slider')){ premium_slider($id); }; ?>
Thanks!
- The topic ‘[Plugin: Easing Slider] Inserting the premium slider into a page’ is closed to new replies.