How to create a custom Author Box template

@requires Easy Property Listings 3.2

Custom templates are built into the foundation of Easy Property Listings allowing developers to adjust every aspect of the plugin through filters and hooks.

You can customise the structure of the author box primary tab by placing the content-author-box-tab-details.php file into your_active_theme/easypropertylistings/ folder.

Note: Always use a child theme when building with WordPress.

The author box is called into the single listing template with the <?php do_action( 'epl_single_author' ); ?> hook. This will also call in additional agents/authors.

By default the primary author box tab displays as:

Once you place the content-author-box-tab-details.php file into the theme you can edit it.

Additional options and custom templates can also be used with the Staff Directory extension.