• Hello!

    I am attempting to use the Smooth Slider plugin for displaying blog posts as a sidebar. Because I need different sidebars on different pages, I am also using the very cool Per Page Sidebars plugin.

    Where do I incorporate the following Smooth Slider plugin php code into the per-page-sidebars.php file, IF that is the correct place for it based on what I am trying to achieve:

    <?php if ( function_exists( ‘get_smooth_slider’ ) ) {
    echo ‘<div id=”featured”>’;
    get_smooth_slider();
    echo ‘</div>’;
    }?>

    Any help is much appreciated from this barely technical WordPress lover!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Smooth Slider 2.3.2 is having widget feature. So now you can get the Smooth Slider with your posts in Sidebar without writing any piece of code. You just have to add “Simple Smooth Slider” widget in your theme from “Appearance ==> Widget” section on WordPress Dashboard.
    I hope you theme is having Sidebar Widget feature as well.

    Let us know in case of any issue. We can discuss the issue on Smooth Slider forum as well,

    https://clickonf5.com/smooth-slider

    Yup you can either use the widget he’s created or use the plugin ExecPHP to add a widget with the text you put in your first post. Either will work fine with PerPageSidebars

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Smooth Slider plugin w/Per Page Sidebars plugin’ is closed to new replies.