CODE
<MTArchiveList archive_type="Monthly">
<h4><MTArchiveTitle></h4>
<ul>
<MTEntries category="Books">
<li><MTAmazon search="[MTEntryKeywords]" method="Asin"><a href="<MTAmazonLink>"><$MTEntryTitle$></a></MTAmazon> by <MTEntryMore convert_breaks="0"></li>
</MTEntries></ul>
</MTArchiveList>
<h4><MTArchiveTitle></h4>
<ul>
<MTEntries category="Books">
<li><MTAmazon search="[MTEntryKeywords]" method="Asin"><a href="<MTAmazonLink>"><$MTEntryTitle$></a></MTAmazon> by <MTEntryMore convert_breaks="0"></li>
</MTEntries></ul>
</MTArchiveList>
It works if I only use the one category. If I try to add another category to the list I get weird results. I changed this line:
CODE
<MTEntries category="Books">
to this:
CODE
<MTEntries category="Books or Currently Reading">
What is wrong with my code? A look here, shows what happens when I add the second category...see the extra list items? They shouldn't be there.
Looking at it further, it appears it is picking up entries from another of my categories. I Nothing shows up because those entries don't have ASINs and they shouldn't. None of the entries in the third category that are being picked up have secondary categories. Actually none of my entries have multiple categories so I don't know why it is trying to pick those entries up.
Any idea what could be happening?