display parent page title

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/30/2009 2:50:02 PM
Gravatar
Total Posts 67

display parent page title

Hi, I have another question

I need to display the parent page's title above my secondary navigation. for example I have a page "Rooms & Suites" that has sub-pages for each individual room. I want to display "Rooms & Suites" above the navigation that displays the room names. how would I do that?

Thanks!

9/30/2009 2:59:44 PM
Gravatar
Total Posts 2239

Re: display parent page title

In the layout.master file for your skin, change

<asp:SiteMapDataSource ID="PageMapDataSource" runat="server" ShowStartingNode="false" />

to

<asp:SiteMapDataSource ID="PageMapDataSource" runat="server" ShowStartingNode="true" />

HTH,
Joe D.

9/30/2009 3:13:12 PM
Gravatar
Total Posts 67

Re: display parent page title

Thanks! that'll work just fine for my purpose

You must sign in to post in the forums. This thread is closed to new posts.