Why We Serve

November 10, 2024

Series: Living New

Scripture: 1 Timothy 3:8-13

In the church, serving is not seen as a punishment but as a privilege.

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