'publish',
'posts_per_page' => 10,
'order' => 'DESC'
);
$query = new WP_Query($args);
?>
have_posts()) : $query->the_post(); ?>
post_content;
$searchimages = '~
]* />~';
/* Run preg_match_all to grab all the images and save the results in $pics */
preg_match_all($searchimages, $content, $pics);
// Check to see if we have at least 1 image
$iNumberOfPics = count($pics[0]);
if (($iNumberOfPics > 0) || (has_post_thumbnail())) {
?>
-
-