Hi,
I'm trying to display only a specific page which is under child[0] for a specific set of pages. The pages iterated through other pages will remain the same.
Eg :A
a
b
c
B
d
e
f
C
g
h
i
This is what the footer looks like currently.
A B C
a d g
b e h
c f i
I want it to be displayed as below for certain pages
A B C
b d g
e h
f i
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
There is a page property called "Hide in Navigation" which is used for this purpose. You can enable this option for pages a and c. When you are constructing the sitemap you can choose to ignore the pages with "hide in navigation" enabled.
Regards
Jeevan
There is a page property called "Hide in Navigation" which is used for this purpose. You can enable this option for pages a and c. When you are constructing the sitemap you can choose to ignore the pages with "hide in navigation" enabled.
Regards
Jeevan
Thank you very much @JeevanRaj .
I want to enable in multiple set of pages, more than a 100. Is there a programmatic way to do it?
You can do that using groovy scripts if there is a logic to knowing which pages it has to be enabled. Like, enable this for the first 2 pages on a child page or something like this?
Thank you @JeevanRaj
I haven't tried it myself but it should be possible. You can programmatically roll out pages from JAVA backend. So it should be possible from groovy as well.
Regards,
Jeevan
Hi @JeevanRaj ,
This page property gets applied to header as well but I want this to work only in footer.
Thanks
If you don't want this behavior to happen in your header then you have to make necessary changes to your header component.
Thanks
Views
Likes
Replies