//FUNCTION TO LIMIT SEARCH TO LAST 30 DAYS '" . date('Y-m-d', strtotime('-30 days')) . "'"; return $where; } add_filter( 'posts_where', 'filter_where' ); ?> //THE QUERY AND LOOP array( '3', '8', '15' ) ) ); if ( have_posts() ) : ?> have_posts()) : $query->the_post(); ?>


//REMOVE FILTER THAT LIMITS SEARCH TO LAST 30 DAYS