Echo Root Title
-
The following code echos the root page id. How can I get it to echo the root page title instead of the id number? I’d also like to make it a link.
<?php $root_page_id = ( empty( $post->ancestors ) ) ? $post->ID : end( $post->ancestors ); ?> <h2><?php echo $root_page_id; ?></h1>
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Echo Root Title’ is closed to new replies.