add_filter( 'body_class', 'single_posts_body_class' ); function single_posts_body_class( $classes ) { $classes[] = 'custom-single'; return $classes; } add_action( 'genesis_before_entry', 'appearance_setup' ); function appearance_setup() { echo ''; echo '

5 things to say when your child says, “You’re not the boss of me!”

'; echo '


May 23, 2023

'; } genesis();