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:

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 8)





Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support