You want lnks to about and vision that are children of about on home page? If so you create and xlst macro call it what you like and make use of the template option in dropdown (List sub pages from changeable source ) so you get some code already add property of type content picker to the macro then drop the macro on home page tempalte and select the about page as start page that will list all pages below about on your home page.
I have more than 2 cases on level 2, where I use the same documentType. How do I reference only to one/specific one of them? I was thinking using its name,not documentType. But what should the script looked like?
Path to Name not DocumentType
Hi,
This is the structure:
home
-about (textPage DocumentType)
-about (textPage DocumentType)
-vision (textPage DocumentType)
-service (textPage DocumentType)
-servcice 1 (textImagePage DocumentType)
-service 2 (textImagePage DocumentType)
...
How would I get pages "about" and ""vision" dynamically on "home"? How can I tell umbraco that I want the subpages of "about" page?
THX
Uros
Uros,
You want lnks to about and vision that are children of about on home page? If so you create and xlst macro call it what you like and make use of the template option in dropdown (List sub pages from changeable source ) so you get some code already add property of type content picker to the macro then drop the macro on home page tempalte and select the about page as start page that will list all pages below about on your home page.
Regareds
Ismail
Hi, Ismael,
thx for your reply. I want subpages (about, service) to be shown on my home page, not just links, but also the content (title, content).
What I want is:
I have more than 2 cases on level 2, where I use the same documentType. How do I reference only to one/specific one of them? I was thinking using its name,not documentType. But what should the script looked like?
THX
is working on a reply...