When you write that you want the headline of the "current page", what exactly do you want? What do you mean by "current page" is? Terminology is one of the tricky parts of CMS. The word "current page" in CMS has a specific meaning, and it only applies when you're using the Navigation Manager. I'm not even going to try to explain the concept of "current page" here, suffice it to say it is not what you're looking for.
There are two render tags you might want to consider. These render tags can be used in non-Navigation Manager projects. The first is <!! % Context:CurrentPage.Headline %!!>. CurrentPage refers to the page in which the render tag appears. If you have a page in a container, the headline of the page in the container is The second is <!!% Context:CurrentMasterPage.Headline %!!>. CurrentMasterPage refers to the "foundation" page (meaning the page WITH the container, as opposed to the page IN the container). On Nov 24, 11:45 am, bobbykjack <[EMAIL PROTECTED]> wrote: > I need a placeholder that will give me the headline of the current > page *taking into account* that that page may exist within a target > container. Any idea if this is possible? I need this to implement > breadcrumb functionality which has been broken on our site for a year > and a half! > > Cheers, > > - Bobby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
