Hi,
I have the following code in a template:
{exp:getchannels site_id="1" restricted="no"}
{channel_id}<br>
{channel_name}<br>
{channel_title}<br>
{total_entries}
{/exp:getchannels}
{exp:channel:entries channel="speakers"}
{entry_id}
{/exp:channel:entries}
The total_entries for the “speakers” channel is showing 6,
but when I try to loop through to display the entries, nothing is displayed?
Any help much appreciated.