that was just a made-up example, I’m using 2.1.0 build 20100810
here’s the entries tag I was using before I had to replace it with a custom query:
{exp:channel:entries channel="blog|trailers|dvd_releases" limit="15" disable="member_data|trackbacks" search:trailer_news_update="not No"}
{if channel_id == '4'}custom output for "blog"{/if}
{if channel_id == '10'}custom output for "trailers"{/if}
{if channel_id == '6'}custom output for "dvd_releases"{/if}
{/exp:channel:entries}
That output 15 entries exclusively from the “trailers” channel not matching “No” in a custom field. The trailer_news_update field is just a dropdown box with “Yes” and “No” in it, so I can post old movie trailers that aren’t worthy of news updates without them popping up as new on my main index or RSS feed. I’ve tried switching it to radio buttons and text fields but it makes no difference, it’s all saved the same—as “Yes” or “No”.
I’m using the solspace Tag module, twitter timeline, Low Find & Replace, Gravatar, and Low NoSpam.
The urls I’m seeing the behavior on are just my index page or /feedburner. Pretty much anywhere with a channel entries tag displaying multiple channels.
Thanks