• There’s what looks like a really useful filter in breadcrumb navxt: bcn_breadcrumb_title. Unfortunately it’s only used in the set_title method, and not in the default constructor. Most breadcrumbs have their titles set through the default constructor.

    Fixing this is a really simple code change: in the default constructor, do $this->title = apply_filters('bcn_breadcrumb_title', __($title, 'breadcrumb_navxt'));

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

    (@mtekk)

    It was changed quite a while ago in trunk (e.g. fixed in 4.0). However, I would not recommend using trunk as it won’t work right now. I will announce when SVN trunk has stabilized (enters beta phase) and ready for testing.

    Thread Starter lpryor

    (@lpryor)

    That’s great, thanks!

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

The topic ‘Filtering breadcrumb title’ is closed to new replies.