Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author agentevolution

    (@agentevolution)

    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');

    Thread Starter illinoisdev

    (@illinoisdev)

    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

    Plugin Author agentevolution

    (@agentevolution)

    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.

    Thread Starter illinoisdev

    (@illinoisdev)

    Very good. Thank you very much for your help…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breadcrubs inclusion’ is closed to new replies.