Hi,
iam using the following code for next/prev linking in a single entry page:
{exp:weblog:next_entry weblog="my_weblog" status="open|feature"}
<a href="http://{path=" title="{title}">Next entry →</a>
{/exp:weblog:next_entry}
{exp:weblog:prev_entry weblog="my_weblog" status="open|feature"}
<a href="http://{path=" title="{title}">← Previous entry</a>
{/exp:weblog:prev_entry}i need to get the {entry_id} work for the next/prev links.
Any ideas how to handle this?!
Cheers,
Sven