I'm trying to get the correct words to display in the web page when I use the Links page of a fragment.
I can choose the Product or Section correctly and when I look at the source code, its correctly put in the url to that section or product.
What I'm after is putting the SectionName or ProductName for that particular link.
I tried SectionName and ProductName but they dont work.
In the code, it points to FragmentLinkedItemID correctly to build the URL but the actual names do not appear within the <a>name?</a> are.
I know I can put in the fragment title etc but if I do that and decide to change the name of the actual product, I then have to find all occurances and go round changing them.
can anybody tell me what variables I should use please
I can choose the Product or Section correctly and when I look at the source code, its correctly put in the url to that section or product.
What I'm after is putting the SectionName or ProductName for that particular link.
I tried SectionName and ProductName but they dont work.
In the code, it points to FragmentLinkedItemID correctly to build the URL but the actual names do not appear within the <a>name?</a> are.
I know I can put in the fragment title etc but if I do that and decide to change the name of the actual product, I then have to find all occurances and go round changing them.
can anybody tell me what variables I should use please
Comment