How to get a specific child page on iteration and display in sitemap for first level?
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
