I’ve just (finally) updated an old site to EE2 and am updating/tidying some of the templates.
I’ve just created a new template that contains the code:
{exp:channel:entries channel="press" limit="1" url_title="{segment_2}"}
<h2>{title}</h2>
<p> {if summary}<strong>{summary}</strong>{/if}<br />
{body}<br />
<br />
{/exp:channel:entries}</p>
<p><br />
{exp:channel:next_entry channel="press"}<br />
strong>Previous article</strong><br />
<a href="http://{base_url}article/{url_title}">{title}</a><br />
{/exp:channel:next_entry}</p>
<p>{exp:channel:prev_entry channel="press"}<br />
strong>Next article</strong><br />
<a href="http://{base_url}article/{url_title}">{title}</a><br />
{/exp:channel:prev_entry}I’ve tried various different tweaks to the parameters of the channel entries tag and the next/previous tags, but neither of the next/previous tags ever display at all :(