/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if($post->post_parent) { $parent_title = get_the_title($post->post_parent); echo $parent_title; ?>