
marys
User
Oct 5, 2009, 1:17 PM
Post #5 of 8
(2429 views)
Shortcut
|
|
Re: [Donna] Breadcrumbs and two different home pages
[In reply to]
|
Can't Post
|
|
I was editing the breadcrumb templates until I realized the article and index templates had this code: <a href="$published.globalIndex.url$">$my.homepageName$</a> : <!--#include virtual="$published.categoryBreadcrumb.webpath$" --> That works fine for the Corporate site because my.homepageName is set to the Corporate site's URL. For the Sales Force site, I changed that code to this on the article and index templates: <a href="http://www.websiteaddress.com/SalesForce/index-SalesForce.shtml">Sales Force Home</a> : <!--#include virtual="$published.categoryBreadcrumb.webpath$" --> If an article appears on both the Corporate and Sales Force sites, the initial link to Home is correct on both breadcrumb trails, but the link to the category is wrong in the Sales Force site breadcrumb. For example, if the category is Products, all of the breadcrumb links are correct EXCEPT for the "Products" on the Sales Force site. It throws the visitor out to the Corporate Site instead of to the Sales Force Site. Corp Site Home : Products Sales Force Home : Products What am I doing wrong?
|