Hello hello ![]()
I would like to exclude a few categories from the exp:favorites tag but it does not seem work:
My code:
{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" category="not 48|49|50"}
[...]
Does not exclude categories 48, 49 and 50.
This code:
{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" category_group="not 4"}
[...]
Does not exclude the category group.
Then I tried this code instead:
{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" }
<tr>
<td class='tableCellOne'><div class='defaultBold'>{entry_date format='%F', '%d'}</div></td>
<td class='tableCellTwo'><a href="{title_permalink=/{my_template_group}/detail/}">{title}</a></td>
<td class='tableCellTwo'>{categories show="not 48|59|50“}<div class='defaultBold'>{category_name}</div>{/categories}</td>
{/exp:favorites:entries}
No success. :-(
I assume it is a bug? Or is there something I did wrongly?
Thank you as always,
Maleika
