How to remove the author box from all listings

The author box is added to each listing using an action hook called epl_single_author. You can disable the author box on a per listing basis or completely remove the author box from all listings with a remove_action. Add the following to your theme functions file.

remove_action( 'epl_single_author','epl_property_author_box' );