Media Resources

Facebook Icon
LinkedIn Icon
Twitter Icon

Downloadable Resources

'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; ?>