Hi,
Been a while since developing my last EE website (I’m a designer… : )
Now I’m building a weblog thingy but I can’t get the Next/Previous Entry Links to work.
Must be doing something completely wrong.
Simple version:
<body>
<div id="container">
{exp:channel:entries channel="site" orderby="date" sort="desc" limit="1" rdf="off" dynamic="off"}
<div class="entry">
{title}
</div>
{/exp:channel:entries}
</div>
<div>
{exp:channel:next_entry}
Next entry: <a href="http://{path=site/articles}">{title}</a>
{/exp:channel:next_entry}
{exp:channel:prev_entry}
Previous entry: <a href="http://{path=site/articles}">{title}</a>
{/exp:channel:prev_entry}
</div>
</body>
</html>Hope you can help, thanks!
Hugo