Hi,
I was wondering how do I display just a single entry from one posting on my template? I used the entry_id tag but it doesn’t seem to be working.
This is the code I used…
{exp:weblog:entries weblog="grow" entry_id="147"}
<h2 >{title}</h2>
.....
{/exp:weblog:entries}I’m getting the id from the actual entry number. Is this correct. Am I doing it wrong?