Rushing Back to Idols

April 18, 2021

Scripture: Genesis 35:1-5

To follow the one true God, we have to rid ourselves of idols.

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