XenForo Add threads title to breadcrumb

  • Thread starter Thread starter MesterPerfect
  • Start date Start date
M

MesterPerfect

Guest
am trying to add threads title to breadcrumb
Code:

<xf:breadcrumb href="{xf:link threads/, $thread}">{$thread.title}</xf:breadcrumb>
The threads title is added, but the link is incorrect

Continue reading...