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 '

Millennials and Baby Boomers at Work, Parenting Different Kids, Personal Style, Tech and Girls, Monster Mash: Vampires, UFOs

'; echo '


Oct 14, 2019

'; } genesis();