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 fC g h iThis is what the footer looks
like currently.A B Ca d gb e hc f i I want it to be displayed as below
for certain pages A B Cb d g e h f iThanks