have_posts()) : $wp_query->the_post(); global $post; // set loop content variables for use in the stylesheet $aim_custom_stylesheets = do_shortcode(get_post_meta($post->ID, 'asv_meta_box_text', true)); $aim_custom_stylesheet = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $aim_custom_stylesheets); $aim_custom_styles = str_replace(array("\r\n", "\r", "\n", "\t", ' ', ' ', ' '), '', $aim_custom_stylesheet); ?>