how to add content fields to rss feed ? - Joomla! Forum - community, help and support
hello,
i have added content fields , want them included in rss feed.
i tried edit libraries/joomla/document/renderer/feed/rss.php add following line:
but doesn't show field label. this:
with nothing between tags.
i have added content fields , want them included in rss feed.
i tried edit libraries/joomla/document/renderer/feed/rss.php add following line:
code: select all
$feed .= " <fieldlabel>" . htmlspecialchars($data->items[$i]->jcfields[1]->label, ent_compat, 'utf-8') . "</fieldlabel>\n";
but doesn't show field label. this:
<fieldlabel></fieldlabel>
with nothing between tags.
never, ever change core codes use overrides changes not gone next upgrade. https://docs.joomla.org/understanding_output_overrides
related question: mean content fields , how did create these?
leo
related question: mean content fields , how did create these?
leo
Comments
Post a Comment