Breadcrumbs

This topic contains 3 replies, has 3 voices, and was last updated by  Paolo 8 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #55696

    vongro
    Expired Member
    Post count: 47

    How can I disable breadcrumbs on detail page? (where the place is presented).

    #55817

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    by adding this to your theme’s functions.php file:

    remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);

    Let us know how you went,

    Thanks

    #56050

    Shameer shameer
    Free User
    Post count: 2
    This reply has been marked as private.
    #56107

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    from the home page:

    remove_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);

    From the lcoation page:

    remove_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);

    Pls see here for more: https://wpgeodirectory.com/support/topic/hide-breadcrumbs-from-page/#post-53460

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket