Well, here’s the code at “feature.php”:
<div id="featured-wrap">
<h3>Novidades</h3>
<div id="featured">
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
</div> <!-- end featured -->
</div> <!-- end featured-wrap -->
I copied the “meteor-slideshow.php” into the theme folder. And.. I don’t know what else to do =(