I've looked at the index.php and see it calls bfa_loop( 'post_format' ), so I thought I might be able to figure out how to do it by looking at the bfa_loop code, but I couldn't find it in the theme files

What I'm thinking will work is if I use some code like this:
Code:
<?php if(!$show_code){ ?> <code> <?php $show_code = 5; } ?>
-Randy