Rss - Display only one category
Posted: 06 Mar 2013, 16:30
I'm using 3.2.2 Phoca Gallery's version.
What I want to do?
Create a RSS Feed one topic for each category
I have set in > Control Panel > Options > RSS Display, try all ways possibles but all of them return only one category
or the firts or the last with 5 images
What I want to do?
Create a RSS Feed one topic for each category
I have set in > Control Panel > Options > RSS Display, try all ways possibles but all of them return only one category
or the firts or the last with 5 images
Code: Select all
<channel>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<description><![CDATA[<div><a href="hidden..category/13-2-3-inf"><img src="hidden..category/13-2-3-infthumbs/phoca_thumb_m_GEDC1372.JPG" border="0" /></a></div>]]></description>
<category>Category_number_5</category>
<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
</item>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<category>Category_number_5</category>
<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
</item>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<category>Category_number_5</category>
<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
</item>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<category>Category_number_5</category>
<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
</item>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<category>Category_number_5</category>
<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
</item>
<item>
<title>Category_number_5</title>
<link>hidden..category/13-2-3-inf</link>
<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
<description><![CDATA[<div><a href="hidden..category/13-2-3-inf"><img src="hidden..category/13-2-3-infthumbs/phoca_thumb_m_GEDC1377.JPG" border="0" /></a></div>]]></description>
<category>Category_number_5</category>
</item>
</channel>
</rss>