- Joined
- Jan 1, 2001
- Messages
- 60,201
Here is a quick one. On http://xenfans.com/ we've replaced the 'Home' link in the breadcrumb with 'New Content!' linking to the find new content page.
admin.php > appearance > templates > open template: breadcrumb, and find this code:
and replace it with this code:
and save the template.
That's it
admin.php > appearance > templates > open template: breadcrumb, and find this code:
Code:
<a href="{$homeLink}" class="crumb" rel="up" itemprop="url"><span itemprop="title">{xen:phrase home}</span></a>
Code:
<a href="{xen:link find-new/threads}" class="crumb" rel="up" itemprop="url"><span itemprop="title">New Content!</span></a>
That's it
