When I create a page with the content as [contact-form-7 id="199" title="Untitled"] , it displays the form,
but when I use it as
<div class="first"><?php $recentProjects = get_post('275'); echo $recentProjects->post_content; ?> </div>
it is not working. It is displaying [contact-form-7 id="199" title="Untitled"] instead of form.
