Questions and Answers

August 12, 2018

Scripture: Matthew 7:7-12

Jesus promises that God will answer those who diligently pursue him.

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