Hello,
I have “article” template that is basically used for showing single entry on our website. What I would like to do is to show links to other articles from the same category. I started with showing 5 entries from specific channel and the result is just weird. Setup is following:
<ul class=”pages”> {exp:channel:entries status="open" channel="docs" limit="5" style="linear" status="open"} <li>{title}</li> {/exp:channel:entries} </ul>
What I can see is just link to the same article as is the one displayed on the page. Not other articles from the selected Channel. If I put what is shown above to the empty page - all articles from selected channel are displayed, but not within my single entry page. As far as I know - I have all “single entry” tags closed…Do you have any idea?
Thanks!
JT
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.