Smooth Slider plugin w/Per Page Sidebars plugin
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Smooth Slider plugin w/Per Page Sidebars plugin’ is closed to new replies.