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 '

The Best Books to Help You to Be the Parent You Want to Be

'; echo '


Jan 31, 2022

'; } genesis();