First Things Last

February 11, 2024

Series: Matthew

Scripture: Matthew 20:1-16

Disciples of Jesus find their identity in response to God’s generosity, and not through comparisons with other people.

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