Search
Other Articles Anywhere questions
Forum

Article list with similar Tags

Hitsch's Avatar Hitsch
Is it possible to create an article list with similar tags to an article?
Peter van Westen's Avatar Peter van Westen ADMIN
If by 'similar' you mean 'same', then try:
tags="current"
See: docs3.regularlabs.com/articlesanywhere/p...s-as-current-article
Please post a rating at the Joomla! Extensions Directory
Hitsch's Avatar Hitsch
Thanks,
tags="current"
works, but not in combination with other parameters. In this example, the code
<ul>{articles category="33" include_child_categories="true" limit="6"}<li>
    [title]</li>{/articles}</ul>
create a list with 6 articles, but with
tags="current"
the list is empty.
<ul>{articles category="33" include_child_categories="true" tags="current"  limit="6"}<li>
    [title]</li>{/articles}</ul>
Peter van Westen's Avatar Peter van Westen ADMIN
Why do you have the brackets around 'current' in the last code example?
Please post a rating at the Joomla! Extensions Directory
Hitsch's Avatar Hitsch
Sorry, that was a typo.

the question is: We would like to create a list of related posts to the current post.
* have post A with tags X, Y, Z
* We have 12 posts, 6 of which each have one of the tags (x, y or Z), 6 have all of them (X and Y and Z). -
is it possible to generate such a list with related articles with Article anywhere?
Peter van Westen's Avatar Peter van Westen ADMIN
Using tags="current" will return all articles that have one or more of the tags of the current article.
There is currently no way to make Articles Anywhere return a list of articles that has all of the tags (not just one of them) in a dynamic way. That is only possible if you specifically list the tags in the filter, like:
{articles tags="X+Y+Z"}...{/articles}
See: docs3.regularlabs.com/articlesanywhere/plugin-tags/filters#tags
Please post a rating at the Joomla! Extensions Directory
You can only post on the extension support forum if you have an active subscription and you log in

Buy a Pro subscription