[insert_php]
$code=$_POST[“code”];
$my_post = get_page_by_title( $code, OBJECT, ‘post’ );
echo $my_post->post_content;
[/insert_php]

Code: