I've installed and tried the Compare Plugin but something goes wrong.
I'd like to show all the entries of one category excepted the entry displayed on the individual entry archive.
Using this code seems not to work:
CODE
<MTIfNotEqual a="[MTEntry category="services"]" b="[MTEntryID]" >
<MTEntries>
<$MTEntryTitle$>
</MTEntries>
</MTIfNotEqual>
<MTEntries>
<$MTEntryTitle$>
</MTEntries>
</MTIfNotEqual>
Any ideas?
ps: on the forum and in the MT documentation I ve not found other solutions for my problem (there is also the SQL plugin but I've not tried it)