FDIC-Insured – Backed by the full faith and credit of the U.S. Government

March 6, 2024

Locations & Hours

‘location’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => -1, // Get all posts
);

// Fetch the posts
$locations = new WP_Query($args);?>

have_posts()):
while ($locations->have_posts()):
$locations->the_post();
$name = get_the_title();
$img = get_field(‘location_image’);
$address_line_1 = get_field(‘address_line_1’);
$address_line_2 = get_field(‘address_line_2’);
$address_line_3 = get_field(‘address_line_3’);
$link = get_field(‘individual_location_page’);
$phone = get_field(‘phone’);
$fax = get_field(‘fax’);
$hours_1 = get_field(‘hours_1’);
$hours_2 = get_field(‘hours_2’);
$hours_3 = get_field(‘hours_3’); ?>

Categories