Tried this one with no success:
In function.php
function the_parent_link() { global $post; if ( !$post->post_parent ) return;
echo ‘post_parent) ) . ‘”>’ . apply_filters( ‘the_title’, get_the_title($post->post_parent) ) . ”; } ?>
In the php text widget: <?php the_parent_link(); ?>