WordPress most commented posts of last X days

Try removing the filter after your query, so it does not affect other queries around your page.

//.. your loop...
endwhile; wp_reset_query();
remove_filter( 'posts_where', 'filter_where' );