Show a link to the main page on subpages
-
Hello!
I’m using a code that you suggest me:
<?php $children = get_pages('child_of='.$post->ID); if( count( $children ) != 0 ) { echo do_shortcode('[subpages]'); } else { // no subpages } ?>
That works perfectly, but I would like to ask if is possible to show, on subpages, a link to the “main” page.
I mean, i’ve this structure:
– Product 1
— Description
— RequirementsIs it possible to create a link to “Product 1” in each subpage (Description and Requirements)?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show a link to the main page on subpages’ is closed to new replies.