Shorten Rss Feed on section/category J15 - Joomla! Forum - community, help and support
hi,
this may have been posted here how shorten built-in rss feed j15.
to shorten section feed go , open file:
find
replace above with:
500 being limit wish set, if want set 1000 characters, set 500 1000.
for category view, go , open following file , repeat above steps:
it great strip html tags don't know how that, if know please let me know here, thanks.
hope helps you.
this may have been posted here how shorten built-in rss feed j15.
to shorten section feed go , open file:
components/com_content/views/section/view.feed.php
find
$item->description = $description;
replace above with:
$item->description = substr($description, 0, 500);
500 being limit wish set, if want set 1000 characters, set 500 1000.
for category view, go , open following file , repeat above steps:
components/com_content/views/category/view.feed.php
it great strip html tags don't know how that, if know please let me know here, thanks.
hope helps you.
thanks never idea hack core , joomla! 1.5 reached end of life months ago.
Comments
Post a Comment