add_filter( 'the_content', 'td2359_append_the_content' );
function td2359_append_the_content( $content )
{    
$content .= '<p>Buraya HTML kod girebilirsiniz.</p>';       
return $content; 
}
functions.php ekleyebilirsiniz.