Going Up or Coming Down?

May 3, 2020

Scripture: 1 Samuel 2:1-11

Only God can humble the proud and exalt the humble.

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