http://localhost/tag-feed-test?format=feed&type=rsshttp://localhost/index.php?option=com_tags&view=tag&id=XX&format=feed&type=rss5.4
The feed should show only the content after the Read More break ("BB") because Show Intro Text = Hide.
<description><![CDATA[<p>BB</p>]]></description>The feed shows only the intro text ("AA"). The full text ("BB") is completely missing from the feed.
<description><![CDATA[<p>AA</p>]]></description>| Component | Bug type | Behavior |
|---|---|---|
| com_content (Category/Featured) | Too much content | Shows AA + BB when should show only BB |
| com_tags (Tag feed) | Missing content | Shows only AA, BB is completely lost |
| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-07-01 18:00:12 |
| Closed_By | ⇒ | Hackwar |
Hello @CSGoat0, thank you for reporting this. I looked into it and I think this is a misunderstanding what the parameter is supposed to do. The parameter is supposed to hide the introtext on the page with the full article and only display the introtext on the overview page, like a category blog or a featured menu item. I would categorise a feed as an overview page and thus it should indeed only show the introtext and not the fulltext here. Thus, this would be expected behavior and not a bug. The additional reports that you mentioned are then indeed a bug here!