Hi, in this image you can see my problem:
https://app.screencast.com/JYd9YthKkNVMX
In the image, the top code is the original code:
/plugin/system/helixultimate/overrides/com_content/category/blog_item.php
Below is the change I made.
I've currently overwritten the file in html/com_content/category in the template that called the original Helix override, but I clearly need to find a solution that won't overwrite it when I update the template in the future, which contains the html folder as an override.
With this change, I've separated the date display from the tag display.
Because if I don't display the post date, the tags also don't appear.
And the problem isn't the template (Travelin), since it references the general Helix override.