Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
txp:breadcrumb article title
Hi,
I have only one small question. I use txp:breadcrumb. I want to display this:
homepage > section > article title
breadcrumb tag show only homepage > section
Can anyone help me?
Offline
Re: txp:breadcrumb article title
<code><txp:breadcrumb /> : <txp:title /></code> should work. It assumes, of course, that : is your separator string.
If you’re going to use this, there’s one thing to keep in mind: do <strong>not</strong> use the wraptag attribute with the breadcrumb tag—it’ll push the article title outside of those tags. Instead, hardcode the tag of your choice into the template.
Offline
Pages: 1