I'm trying to have 2 widgets with entries. in one i want to display all entries with a certain tag that contain an image and in the other one i want to display all entries without images because they should appear in different columns. I've tried a lot of different things -but as they say in Switzerland... i'm at the end of my latin...
so widget 1 (entries with images) the code is:
<MTEntries lastn="6" tag="economy crisis">
<MTEntryAssets type="image">
<$MTEntryTrackbackData$>
<div id="keyissuebodytitle">
<h3><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
<p><a href="<$MTEntryPermalink$>#more">Continue reading</a> |<a href="<$MTEntryPermalink$>#comments">Comments (<$MTEntryCommentCount$>)</a>
</p></div>
</mt:EntryAssets>
</MTEntries>
</MTif>
to get the opposite result i assumed that as with tags or categories there would be something like <MTEntryAssets type="NOT image"> - however there isn't. also tried set a variable but couldn't get it working.
thanks for your help...