• tennisgator

    (@tennisgator)


    Is it possible to change the Home URL in the breadcrumbs, replacing the Main URL with another URL (f.e. the Member Page instead)?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    If you want the home link to always link to the “Member Page” (for every area it’d appear, including in the breadcrumb trail) you’d get get_home_url() to output the link to the “Member Page”. Otherwise, if you want this to be just in the breadcrumb trail, you can use the bcn_breadcrumb_url filter to swap out the URL (either by matching the home URL, or looking for ‘home’ in the type array that is passed into the filter).

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] Changing the Breadcrumb Menu’ is closed to new replies.