• I just d/l’d the Latest Post Carousel Slider and notice that there are no instructions anywhere on how to make it work (including the developer’s demo page and web site).

    The demo looks like it does what I want it to do, but I don’t know how to make it display on a page 🙁

    Can anyone tell me how to make it work or suggest a similar plugin that works?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jonas Grumby

    (@ss_minnow)

    I went w/ Smooth Slider and it works fine. At least the author posted some code examples so you’ll know how to make it work!

    I got it working for me. Here is what I did after installing the plugin and activating it:

    Paste at the very top of functions.php in the theme –

    <?php
    function sliderpost() {
      get_latestpost();
    } 
    
    add_shortcode('slider_post', 'sliderpost');
    ?>

    Then I was able to use shortcode [slider_post] in the page.

    This worked for me, not sure it is the best solution but it worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Latest Post Carousel Slider – how does it work?’ is closed to new replies.