<div class="headline-section">
<a href="<?php bloginfo('url'); ?>/emergency-news/emergency-services/emergency-training-news"><img src="<?php bloginfo('template_directory'); ?>/images/section-training.png" alt="" /></a>
<?php the_post_thumbnail(array(35,35), array('class' => 'alignleft')); ?>
<?php query_posts("showposts=3&order=DESC&cat=12"); while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php endwhile;?>
</div>
-
This reply was modified 8 years, 5 months ago by mattywp.