Genesis add custom content after body tag
//Custom code after body tag add_action( 'genesis_before', 'jpContent' ); function jpContent(){ echo "content"; }