Hi,
I released version 3.5 of the Entries List plugin.
New feature: variable pair {entries_list_area}{/entries_list_area} used to delimit area which will be parsed by Entries List plugin. Sometimes useful for control over parse order. E.g. If you have the code
{exp:entries_list category="6" weblog="not weblog1|weblog4" sort="asc" site="1"}
blah blah blah
{entries_list_area}
Some code
{/entries_list_area}
blah blah blah
{/exp:entries_list}
then Entries List plugin will parse only area inside {entries_list_area}{/entries_list_area} variable pair and will leave everything else untouched.
Only one variable pair {entries_list_area}{/entries_list_area} can be used inside {exp:entries_list}{/exp:entries_list} tag.
Hi,
Is there a way to only return entries that have NO categories assigned to them in a particular weblog?
Out of the box there is no such possibility. To output entries which have no category assigned to then you need at first to produce a string such as this
not 1|2|3|4|5
i.e. a string with “not” and then all category ids in pipe delimited list. It is not very complicated to get such list using PHP or custom plugin.
This is one of those add-ons whose main home is in the EE forums. As seen last week, the forum posts aren’t necessarily safe from being removed, so I might encourage you to keep the latest version of the download at devot:ee - instead of (or in addition to) keeping it in the first thread here.
Also, I really need this functionality for an EE2 site I’m working on, so I may try my hand at updating it today.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.