The Giant Slayer

July 19, 2020

Scripture: 1 Samuel 16:14-17

Battles are won not through our power but through God’s power.

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