Smooth Slider Not Showing Up At All
-
I am using version 2.4 and WordPress version 3.4.2
No slider is showing up at all. Here is the link to the page: https://dreamingthefire.com/I installed Smooth Slider, I created a post, with a photo, I added the post to Smooth Slider, Here is my index.php:
<?php get_header(); ?> <?php get_sidebar('top'); ?> <?php <?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider(1); } ?> if (have_posts()) { /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_' . (theme_is_home() ? 'home_' : '') . 'top_posts_navigation')) { theme_page_navigation(); } /* Start the Loop */ while (have_posts()) { the_post(); get_template_part('content', get_post_format()); } /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_bottom_posts_navigation')) { theme_page_navigation(); } } else { theme_404_content(); } ?> <?php get_sidebar('bottom'); ?> <?php get_footer(); ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Smooth Slider Not Showing Up At All’ is closed to new replies.