Parent-child page
-
Hi can any one help me i have one issue i have service page under that page two more pages child-1 and child-2 i want that two child page should be display on different hyper links but the problem is two are display to both the pages when i click on one image link one page has to display if i click on different image hyper link another page has to display but both the links are displaying for both pages
1st link code
<figure> <img />" alt="img26"/> <figcaption> <h4> <a href="<?php $args = [ 'child_of' => get_the_top_ancestor_id(), 'title_li' => '', ]; wp_list_pages( $args ); ?> </a></h4> <p class="description">DATACENTER OPTIMIZATION SERVICES</p> </figcaption>2nd link code
<figure> <img />" alt="img25"/> <figcaption> <h4> <a href="<?php $args = [ 'child_of' => get_the_top_ancestor_id(), 'title_li' => '', ]; wp_list_pages( $args ); ?> </a></h4> <p class="description">INFRASTRUCTURE IMPLEMENTATION</p> </figcaption> </figure>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Parent-child page’ is closed to new replies.