Okay This isn’t working, but maybe I doing this wrong. Here is my html code with the get post command I’m trying.
<div class="content-parent">
<p>1</P>
<?php
$post_15 = get_post(15, ARRAY_A);
$title = $post_15['post_title'];
?>
<p>2</P>
<p>3</P>
</div>
Am I doing something wrong here. It just shows up blank on my site