Sort exhibits in Browse Exhibits?

I would like hide the featured exhibit in the Browse Exhibit results page. I found some info on how to do this using the slug for a particular exhibit:

http://omeka.org/forums-legacy/topic/choosing-exhibits-for-browse-exhibits-page

Is it possible to do this not using the slug but just whether the exhibit is marked as Featured or not?

Thanks.

Nevermind I got it to work using the following:

<?php if ($exhibit->featured): continue; ?>
<?php endif; ?>