Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)