I love the snaps theme! But just like the others, I have a had a difficult time removing the “date posted” section. I tried removing the code suggested:
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() ),
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘View all posts by %s’, ‘snaps’ ), get_the_author() ) ),
get_the_author()
and was still unable to remove it. Would appreciate some help.