dear sir.i want to insert Meteor Slides on my home page not on every page.but i am confuse in which page i insert the code in twenty ten theme. plz help
this code
<?php if ( is_front_page() ) {
if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); }
}?>