//for when you need to edit or remove post info on genesis and studiopress themes.
//* Customize the entry meta in the entry header (requires HTML5 theme support)
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter($post_info) {
$post_info = '';
return $post_info;
}
//works well to keep content evergreen. Sometimes people won't read a post just because it has an older timestamp on the post info display