Sure. But it turns out that there is conflict with my custom template. Nothing wrong on the plugin’s side.
This is the relevant piece.
<div class="container">
<!-- FEATURED FILTERING -->
<?php query_posts($query_string."&posts_per_page=100&featured=yes"); ?>
<!------------------------>
<?php while (have_posts()) : the_post(); ?>
// show posts data, etc
<?php endwhile; ?>
<!-- /STOP LOOP -->
<?php wp_reset_query(); ?>
</div>
</div>
Thanks