So i have this basic weblog im pulling info from.
{exp:weblog:entries weblog="weblog-name" status="open|closed|featured" orderby="date" sort="DESC" dynamic="off"}
<div>
{if headline}<strong>{headline}</strong> - {/if}{entry_date format="%m/%d/%y at %g:%i %a"}
{body}
</div>
{/exp:weblog:entries}Basically pulls all the entries, and returns them 1 by 1 based on date descending.
My question is, how can I tell EE to avoid/skip the first entry.