Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php global $post;
  2. if ( $post->post_parent ) : ?>
  3. <a href="<?php echo get_permalink( $post->post_parent ); ?>" >
  4. <?php echo get_the_title( $post->post_parent ); ?>
  5. </a>
  6. <?php endif; ?>
Add Comment
Please, Sign In to add comment