News and Press Releases
- DATTCO, Inc. Marketing Campaign Inspires Confidence in Travel as Buses Hit the Road Again
- DATTCO Continues to Expand its Sales and Service Division and Welcomes New Leadership
- DATTCO, Inc. Puts COVID-19 Cleaning Procedures in Place
Blog
- DATTCO, Inc. Marketing Campaign Inspires Confidence in Travel as Buses Hit the Road Again
- DATTCO School Buses Go To Nigeria!
- DATTCO Continues to Expand its Sales and Service Division and Welcomes New Leadership
Tweets by DattcoInc
Downloadable Resources
-
$query = new WP_Query(array(
'post_type' => 'resources',
'orderby' => 'date',
'order' => 'DESC'
));
while ($query->have_posts()) : $query->the_post();
$title = get_the_title();
$content = get_the_content();
$media = get_field('file');
echo '
- '.$title.'
'.$content.'
';
endwhile;
?>