advanced code snippet search
fidiz on 01/04/11
wordpress
01/04/11 05:03pm
<?phpif($post->post_parent) {$parent_title = get_the_title($post->post_parent);echo $parent_title;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.