• Resolved Roll

    (@pinewho)


    Hi Josh,
    I use twenty eleven theme.
    Found your plugin as very useful but could you help me solving this problem.
    I have read many articles but no work for me.
    So I have uploaded slideshows and cant get how to insert it to be just on home page.
    Like to place it in custom page template but cant get it where??

    Here is code:

    <?php
    /**
     * Template Name: meteor slideshow
     */
    ?>
    
    <?php get_header(); ?>
    
    		<div id="primary">
    
    			<div id="content" role="main">
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php get_template_part( 'content', 'page' ); ?>
    
    					<?php comments_template( '', true ); ?>
    
    				<?php endwhile; // end of the loop. ?>
    
    			</div><!-- #content -->
    		</div><!-- #primary -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Regards

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slideshow just on home page, Twenty Eleven theme’ is closed to new replies.