> >
array( 'xylus-slider' ), 'post_status' => array( 'publish' ), 'posts_per_page' => -1, 'orderby' => array( 'post_date' => 'ASC') ); // The Query $query = new WP_Query( $args ); // The Loop if ( $query->have_posts() ) { ?>


', '
' ); ?>
' . get_search_query() . '' ); ?>