Company News
The latest company news from JD Geerings Plumbing & Heating Ltd.
-
$args = array( 'post_type' => 'company_news', 'posts_per_page' => 30 ); ?>
$loop = new WP_Query( $args ); ?>
while ( $loop->have_posts() ) : $loop->the_post(); ?>
-
the_title(); ?> the_excerpt(); ?> read more endwhile; ?>