I need to write a page that pulls from about 10 weblogs, but only pulls entries that have a field called “video” not null. So only fields that have an entry in video.
I don’t want to have it pull all entries and then just show videos, because that will be thousands of entries.
Is there a way with the entries tag to pull just things that have the field filled in, or do i write an SQL query?
thanks,
Phoebe