Copy the file /includes/views/archive-aeprofiles.php to your child theme directory so it is used instead of the included file.
Then edit that file and remove this line (line 3):
remove_action('genesis_before_loop', 'genesis_do_breadcrumbs');
I am not quite sure what you mean with this statement… Copy the file /includes/views/archive-aeprofiles.php to your child theme directory so it is used instead of the included file.
Which included file do you refer to? Also, should the file go in the root? Should it be renamed or remain as is?
Thank you so much
Exactly what it says. In the plugin there is a file at /includes/views/archive-aeprofiles.php
Copy it into your child theme directory. If that file, same name, exists in the parent or child theme it will be used instead. You can then modify it to your needs.
Very good. Thank you very much for your help…