I am using the same entries template for my main, category and archive views.
{exp:channel:entries channel="blog" limit="5" status="not closed"}
<div>{title}</div>
{/exp:channel:entries}However conditionally, I am needing to set offset=“1” on only one of those templates.
Could anyone please explain how I could achieve this?
EDIT: offset=“1”