This works in a 1.6 EE install, but not working in EE 2
any ideas why not?
<h2>News and Events</h2>
<p>{exp:channel:entries channel="events|News" limit="10" sort="asc" show_future_entries="yes" show_expired="no"} <br />
{if channel == "events"}<br />
{entry_date format="%D, %M %d, %Y - %g:%i%A"} - <strong>{title}</strong><br />
{if events_desc}<a href="http://{title_permalink=">[more]</a>{/if}</p>
<p><br />
{/if}</p>
<p>{if channel == "News"}<br />
{entry_date format="%D, %M %d, %Y - %g:%i%A"} - <strong>{title}</strong><br />
{if news_body}<a href="http://{title_permalink=">[more]</a>{/if}</p>
<p><br />
{/if}<br />
{/exp:channel:entries}<br />
<a href="#"> View All </a>