Defaults:
1. News feed template (except the <atom .. /> line is commented out for now as pretty_urls are not currently enabled).
2. Default 'News Summary Sample' template (which is the default for summary news).
The Issue:
I can access the feed, but no news gets onto the feed. I've tried adding new news items; changing the post date; switching on/off expiry... nothing seems enable me to get a news item summary into the feed.
Hard coding the template works fine. So, it seems that the following line from the template is not able to access news items:
Code: Select all
{News assign='junk' detailpage=$feed.pageid}
Code: Select all
{if isset($items)}
...
{/if}
Can anyone point me in the direction of what I am doing wrong?
Many thanks.


