meteor plugin with page template
-
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 themehttp://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)
Viewing 1 replies (of 1 total)
The topic ‘meteor plugin with page template’ is closed to new replies.