Actually I think somewhere in the lines below?
<?php $features = new WP_Query( array( 'post_type' => 'sidedish','post__in' => $sidedish_posts_to_query ,'order' => 'DSC') );?>
<?php if ($features->have_posts()) : while ($features->have_posts()) : $features->the_post(); ?>