Making the Most of Online Church

March 18, 2020

Life and church are going to look a little different for a while. Garrett, Andy, and Phil sit down to talk about how we can make the most of this strange and isolated time.

add_filter( 'body_class', function( $classes ) { if ( ! is_singular( 'general-page' ) || ! has_post_thumbnail() ) { return $classes; } $classes[] = 'has-image'; return $classes; } );