Add Block Before Entry Title Using PHP

I worked this out. The code for the_title filter was causing the problem so i added the code to the entry header template part and it works fine.

echo apply_filters( 'the_content', get_post_field('post_content', '552' ) );