// Customize entry meta in the entry header.
function sp_post_info_filter( $post_info ) {
$post_info = __( ' ', 'genesis' ) . ' [post_author_posts_link] [post_comments] [post_edit]';
return $post_info;
}
// Customize entry meta in the entry header.
function sp_post_info_filter( $post_info ) {
$post_info = __( ' ', 'genesis' ) . ' [post_author_posts_link] [post_comments] [post_edit]';
return $post_info;
}