By Ray Boyapati on Friday, 22 November 2019
Posted in General Issues
Replies 1
Likes 0
Views 733
Votes 0
Hello

I'm trying to create an RSS feed for my blog, however the default output isn't very usable.
The feed script seems to bang the cover image and the into text together as the <description> tag. This is a problem as I'd like to be able to easily style the image and text separately.

How can I do this?

It'd be great if there were options to customize the output so I could do things like just have the image src url in one tag, the text in another (maybe with customizable length), different image sizes etc.
It should show separate image with intro text if your blog post has post cover.

So the feed item should be show similar like this :


<item>
<title>English postsss</title>
<link>http://eb53.com/en/blog-multilingue/english-postsss</link>
<guid isPermaLink="true">http://eb53.com/en/blog-multilingue/english-postsss</guid>
<description><![CDATA[asdasdasdĀ  asdadadasd]]></description>
<category>Uncategorized</category>
<pubDate>Mon, 18 Nov 2019 18:43:32 +0800</pubDate>
<enclosure url="http://eb53.com/images/easyblog_articles/623/00Q7WTB9BF570843D23592px.jpg" length="241637" type="image/jpeg"/>
</item>


That "enclosure" tag is showing that post cover image link.

If you would like to customize this then you have to modify the code under this few file.

Single category RSS feed
-----------------------------------
JoomlaFolder/components/com_easyblog/views/categories/view.feed.php
JoomlaFolder/administrator/components/com_easyblog/includes/formatter/types/feeds.php

Latest blog listing RSS feed
------------------------------------
JoomlaFoder/components/com_easyblog/views/latest/view.feed.php
JoomlaFolder/administrator/components/com_easyblog/includes/formatter/types/feeds.php
·
Friday, 22 November 2019 12:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post