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 '

Dealing With A Child Who is Mad at the Morning.

'; echo '


Apr 19, 2011

'; } genesis();