Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes, this is possible, and I believe your first attempt should have worked.</p> <p>One install I tested using 4.37. This works fine:</p> <pre><code>&lt;mt:Entries lastn="10" categories="NOT Personal AND NOT Conversations"&gt; </code></pre> <p>Then I used a 5.2.6 Pro install to rename two categories and a tag to match yours. I changed the labels to match yours but made the basenames random characters to make sure it didn’t have to do with basenames. I was able to publish your exact snippet, and the returned entries seem as expected:</p> <pre><code>&lt;MTEntries category="NOT Appearances AND NOT Appearances_Archive" tags="NOT @conferencebox" lastn="15"&gt; &lt;mt:EntryIfCategory&gt;&lt;mt:EntryIfTagged&gt;&lt;mt:EntryID&gt; CATS: &lt;mt:EntryCategories glue=","&gt;&lt;mt:CategoryLabel&gt;&lt;/mt:EntryCategories&gt; TAGS: &lt;mt:EntryTags glue=","&gt;&lt;mt:TagName&gt;&lt;/mt:EntryTags&gt;&lt;/mt:EntryIfTagged&gt;&lt;/mt:EntryIfCategory&gt;&lt;/mt:Entries&gt; </code></pre> <p>I checked if 5.2.3 might be the problem, but I don’t think so. A diff of lib/MT/Template/Tags/Entry.pm between 5.2.3 and 5.2.6 shows no substantial changes:</p> <pre><code>➜ Projects git clone https://github.com/movabletype/movabletype.git Cloning into 'movabletype'... remote: Counting objects: 91433, done. remote: Compressing objects: 100% (27561/27561), done. remote: Total 91433 (delta 63969), reused 89691 (delta 62257) Receiving objects: 100% (91433/91433), 41.49 MiB | 811 KiB/s, done. Resolving deltas: 100% (63969/63969), done. ➜ Projects cd movabletype ➜ movabletype git:(master) git diff 122a610d87e8fcc95b3534970d3d2346b88f8256 master -- lib/MT/Template/Tags/Entry.pm &gt; diff.txt ➜ movabletype git:(master) ✗ cat diff.txt diff --git a/lib/MT/Template/Tags/Entry.pm b/lib/MT/Template/Tags/Entry.pm index c431b1a..89d5caf 100644 --- a/lib/MT/Template/Tags/Entry.pm +++ b/lib/MT/Template/Tags/Entry.pm @@ -1,4 +1,4 @@ -# Movable Type (r) Open Source (C) 2001-2012 Six Apart, Ltd. +# Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd. # This program is distributed under the terms of the # GNU General Public License, version 2. # </code></pre> <p>So I’m currently at a loss as to why you got the error, but I’m posting this as an answer because it answers the question in your title! </p> <p>Could you provide a link to the text of the full template? Perhaps a list of any nonstandard plugins you might have installed?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload