[XenFans] Breadcrumb "New Content!" Template Modification

Status
Not open for further replies.

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,100
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:
Code:
<a href="{$homeLink}" class="crumb" rel="up" itemprop="url"><span itemprop="title">{xen:phrase home}</span></a>
and replace it with this code:
Code:
<a href="{xen:link find-new/threads}" class="crumb" rel="up" itemprop="url"><span itemprop="title">New Content!</span></a>
and save the template.

That's it :)
 

Attachments

  • newcontent.png
    newcontent.png
    64.4 KB · Views: 24
Status
Not open for further replies.
Top