Normally I wouldn’t insert a single post with a technique like this, but sadly this project requires it.
I try to call the post_title
with:
echo apply_filters( 'the_content', get_post_field( 'post_title', $post_id ) );
The problem is, that this code will display the title inside a paragraph like:
<p>Title</p>
How can I block it out, or even replace it with an h2
?