Erika

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Erika
    Participant

    Thank you! That is exactly the code I was trying to hunt down. Thanks for your help.

    in reply to: Remove Breadcrumbs #23762
    Erika
    Participant

    Fixed the issue… and in case anyone else has the issue. I removed the following code from the functions file:
    /** Change breadcrumb location */
    remove_action( ‘genesis_before_loop’, ‘genesis_do_breadcrumbs’ );
    add_action( ‘genesis_after_header’, ‘genesis_do_breadcrumbs’ );

    I also deleted all of the event file code in the functions file I had added and then added it back in. Not sure why I couldn’t just delete the breadcrumb lines of code and it work without removing and adding back in the event code but it did work!

Viewing 2 posts - 1 through 2 (of 2 total)