Show images in RSS feed / Also limited description length
13 posts by 6 authors in: Forums > CMS Builder
Last Post: September 10, 2010 (RSS)
Re: [dakrusha] Show images in RSS feed / Also limited description length
By Chris - September 10, 2010 - edited: September 10, 2010
Hi dakrusha,
The code will output a truncated version of the record content. You just needed to remove the original code which was outputting the full content. Also, you don't want the new code to be inside the uploaded images FOREACH, because that would cause it to get repeated for each image (or never shown at all if the record has no images!) That's why Jason suggested you move it up.
Does that help? Please let me know if you have any questions.
The code will output a truncated version of the record content. You just needed to remove the original code which was outputting the full content. Also, you don't want the new code to be inside the uploaded images FOREACH, because that would cause it to get repeated for each image (or never shown at all if the record has no images!) That's why Jason suggested you move it up.
Does that help? Please let me know if you have any questions.
All the best,
Chris
Chris
Re: [chris] Show images in RSS feed / Also limited description length
OOOOOOhhhh! ok...now it works fine thx.