Hi there,
I’m trying to provide links to individual entries in a listing of “Recent Changes.”
Here is the code, I was trying (since my channel_short_name is the same as my template). Can anybody let me know what’s wrong with the following?
{exp:channel:entries channel="blog|news" orderby="date" limit="6"}
{title} ({channel})
<a permalink="{channel_short_name}/view">more</a>
{/exp:channel:entries}
Thanks for any assistance offered!