Relate Posts Showing with Content
-
I am noticing that when I show the @post_content I am also seeing related posts in the same DIV that I am created for the content. I have the auto template set to replace content.
Any idea what I am doing wrong?
<div style=’border: 2px solid #ccc; background-color: #eee; border-radius: 5px; padding: 16px; margin: 16px 0;’><h3>{@post_title} {@age}</h3>
<table width=’90%’ height’800px’>
<tr>
<td style=’font-weight: bold;’ colspan=’2′>{@birth_date} – {@angel_date}</td>
</tr>
<td width=’30%’ valign=’top’></td>
<td width=’70%’ style=’font: 22px Bradley Hand, cursive;’>{@post_content}</td>
</tr>
</table>
</div>The page I need help with: [log in to see the link]
The topic ‘Relate Posts Showing with Content’ is closed to new replies.