I am a bit Lost.
I am creating my newsroom, which will have three or four unordered lists listing the most recent posts in a few categories.
Then when user clicks on a single article, it will take them to a page to view just that article (single post…)
Do I need to make a template for this?
If so do I set up the tag pair as follows?
{exp:channel:entries channel="news" limit="1"}
<h2>{title}</h2>
<p> {body}<br />
{/exp:channel:entries}Basically setting the limit to one?
To sum it up, I dont quite understand the play between an archive template and a single template???