The Cost and the Reward

August 13, 2023

Series: Matthew

Scripture: Matthew 10:32-43

If it is costly to follow Jesus, why would anyone choose to do it?

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