• Resolved Roll

    (@pinewho)


    Hi Josh,

    I use twenty eleven theme and how can I make header slideshow with your plugin to be just on home page?

    Is there possibility to add <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>
    to page template?

    I have add slides and create slideshow and call it ‘slajd1’.

    Here is my custom page template:

    <?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(); ?>

    site http://bonetik-gold.co.rs/

    I have tried it in widget and didnt work?
    Its a fresh new installation of wordpress and twenty eleven theme

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

    [ moderator note – 4 posts merged into one to get back onto the no-replies list ]

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, it looks like you got something figured out, but yes you can add the slideshow template tag to that page template and the slideshow will only load on pages that use that template.

Viewing 1 replies (of 1 total)

The topic ‘meteor plugin with page template’ is closed to new replies.