I'm sorry, I forgot to mention that
function my_save_content($post_id) { $content=$_POST['post_content_substitute']; wp_update_post( array( 'ID'=>$post_id, 'post_content'=>$content ) ); }
Is what is displayed across the top of the page.
Thanks!
I'm sorry, I forgot to mention that
function my_save_content($post_id) { $content=$_POST['post_content_substitute']; wp_update_post( array( 'ID'=>$post_id, 'post_content'=>$content ) ); }
Is what is displayed across the top of the page.
Thanks!