<?php        
function bfa_append_to_post($post_body_content) {
$post_body_content = $post_body_content . 
'BURAYA YAZINIZ YAZILACAK;
return $post_body_content;
}
add_filter('the_content', 'bfa_append_to_post');
?>
yukarıdaki kodu functions.php de uygun bir yere ekleyin.