Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Category Title instead of Name in Breadcrumbs
Is there a way to have the txp breadcrumb tag display the category title rather than the category name?
Offline
Re: Category Title instead of Name in Breadcrumbs
I am not sure if there is yet. If there isn’t I plan to write a plugin that does this tonight, or I will submit a patch to the Textpattern developer list to add this functionality. Right now, only the Categroy Listing tag seems to do things properly.
Update From the discussion in another thread I have learn that you can use the attribute title="y"
to display the Category Title instead of Name. So you would do something like <txp:category1 title="y" link="y" />
Last edited by ramanan (2005-09-18 16:53:36)
Offline
Re: Category Title instead of Name in Breadcrumbs
Thank you, I see it is working now in the revision (Changeset 965).
<code>
<txp:breadcrumb link=“y” title=“y” />
</code>
Offline