Pentacost Sunday

May 28, 2023

Series: Matthew

Scripture: Acts 2:1-4

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