0

How should I remove item titles from k2 breadcrumbs and only have category names displayed?

For example:

Home> Category1 > Category2 > Item Title

be turned to:

Home> Category1 > Category2

ktharsis
  • 3,160
  • 1
  • 19
  • 30
Iryn
  • 255
  • 2
  • 5
  • 13

1 Answers1

0

I share the answer that I found a few month ago:

In the path /modules/mod_k2_tools/helper.php, the line $title = $row->title; should be changed to $title = "";

And also, there are some good extensions to manipulate breadcrumbs.

Iryn
  • 255
  • 2
  • 5
  • 13