Looking to remove the published date and title of posts in content archives when using Ambiance Pro?
Simply edit index.php
and comment out or delete the following:
add_action( 'genesis_entry_header', 'genesis_do_post_title', 13 );
and
add_action( 'genesis_entry_header', 'ambiance_post_info', 12 );