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 '

Is the Story of a 6-Year-Old Running For a Pro-Life Pregnancy Center Inspiring or Exploitative?

'; echo '


Nov 01, 2013

'; } genesis();