Search
Other Articles Anywhere questions
Forum

How to eliminate TAGS label

Anne Notarthomas's Avatar Anne Notarthomas
After updating to 14.1.1, the word TAGS: is appearing before my tags and there is also a "," after them, even when there is only one. This was not happening before I updated. You can see this here in the tabs under the map: ekamria.com/portfolio

How can I just show the actual tag?
Peter van Westen's Avatar Peter van Westen ADMIN
Can you see if it is fixed with v14.2.0, which has just been released...
Please post a rating at the Joomla! Extensions Directory
Anne Notarthomas's Avatar Anne Notarthomas
I just updated to 14.2.0, but the problem is still there. I also was sure to clear cache...
Peter van Westen's Avatar Peter van Westen ADMIN
I cannot reproduce the issue.
What are the original Articles Anywhere tags you are using?
Please post a rating at the Joomla! Extensions Directory
Anne Notarthomas's Avatar Anne Notarthomas
This is the code:

<div class="container-fluid">{tab title="All" open="true"}
<div class="row">
<p>{articles category="Sites and Details" ordering="ordering"}</p>
<div class="col-md-4">
<div class="well">{image-1 width="375" height="400"}<br /><br /> {link}{title}{/link}
<p>{tags}</p>
<p>{readmore text="See Details"}</p>
</div>
</div>
<p>{/articles}</p>
</div>
</div>
<div class="container-fluid">{tab title="Joomla"}
<div class="row">
<p>{articles category="Sites and Details" tags="Joomla!" ordering="ordering"}</p>
<div class="col-md-4">
<div class="well">{image-1 width="375" height="400"}<br /><br /> {link}{title}{/link}
<p>{tags}</p>
<p>{readmore text="See Details"}</p>
</div>
</div>
<p>{/articles}</p>
</div>
</div>
<div class="container-fluid">{tab title="WordPress"}
<div class="row">
<p>{articles category="Sites and Details" tags="WordPress" ordering="ordering"}</p>
<div class="col-md-4">
<div class="well">{image-1 width="375" height="400"}<br /><br /> {link}{title}{/link}
<p>{tags}</p>
<p>{readmore text="See Details"}</p>
</div>
</div>
<p>{/articles}</p>
</div>
</div>
<div class="container-fluid">{tab title="Assorted"}
<div class="row">
<p>{articles category="Sites and Details" tags="GoDaddy,Kajabi,Weebly,Wix,Wild Apricot,Squarespace,Sundry" ordering="ordering"}</p>
<div class="col-md-4">
<div class="well">{image-1 width="375" height="400"}<br /><br /> {link}{title}{/link}
<p>{tags}</p>
<p>{readmore text="See Details"}</p>
</div>
</div>
<p>{/articles}</p>
</div>
</div>
<p>{/tabs}</p>

More info, All plugins are up-to-date; Joomla 4.3.4; PHP 8.1. I have this section created in a module that is inserted in the page using loadmoduleid
Peter van Westen's Avatar Peter van Westen ADMIN
You are probably using a layout override for the tags (via the template?) that is adding that prefix title…

See if you can reproduce it on a clean Joomla installation using the core Joomla template.
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