I have the following code in my home/.footer template which works in all other template groups and templates, however refuses to output on my single-entry page. The information just disappears, even though the rest of the included template renders.
{exp:channel:entries channel="news-updates" limit="5"}<li><span class="sm">{entry_date format="%d/%m/%Y"}</span> <a href="http://{url_title_path=" title="{title}">{title}</a></li>{/exp:channel:entries}I have tried removing the template group and recreating it. I have tried having PHP parsing off as well as on with no luck, I have also tried removing all information in the template apart from the embed tag, and it still refuses to output the content.
The only thing that I can see that’s different with this template is that it’s the channel live look template.
My version and build info: v2.2.1 - Build: date 20110705
Edit: It seems to be on when I’m viewing a single entry, so has the /entry-name in the URL.