How to remove Date and Title from Posts on Archives in Ambiance Pro

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 );
This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.