Blog Module

‘post’,
‘orderby’ => ‘date’,
‘category_name’ => ‘personal’,
‘order’ => ‘DESC’,
‘posts_per_page’ => -1,
);
$personal_query = new WP_Query( $personal_args );
if ( $personal_query->have_posts() ) :
?>

have_posts() ) : $personal_query->the_post();
$thumbnail = get_the_post_thumbnail_url( get_the_ID(), ‘thumbnail’ );
$full_bg = get_the_post_thumbnail_url( get_the_ID(), ‘full’ );
?>


‘post’,
‘orderby’ => ‘date’,
‘category_name’ => ‘business’,
‘order’ => ‘DESC’,
‘posts_per_page’ => -1,
);
$business_query = new WP_Query( $business_args );
if ( $business_query->have_posts() ) :
?>

Banking Made Easy

Who We Are

Established in 1940, First Commerce is a full-service, not-for-profit credit union with locations across North Florida and South Georgia. We are a member-owned cooperative and committed to the communities we serve. Our purpose is to empower people to enhance their financial well-being by helping them achieve their financial goals – whether it’s simplifying their day-to-day finances, buying their first car or home, or building a great retirement. When you bank with First Commerce, you get a truly personal experience backed by 80 years of financial expertise.