query('showposts='.$showposts.'&meta_key='.$metakey); echo ''; echo ''; while($WP_Query->have_posts()) : $WP_Query->the_post(); $image = get_post_custom_values($metakey); $image = $image[0]; $content = apply_filters('the_content', get_the_content(__('Read the rest of this entry »', 'construtor'))); $content = preg_replace('/(\.*\<\/script\>)/si', '', $content); $content = strip_tags($content, '

'); ?> <?php the_title() ?> ]]> '; ?>