[ Video Sharing CMS v4 ] RSS creation

Started by nobelkansal,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nobelkansalTopic starter

I want to create rss of my site, but i don't find it.How i can create rss in phpvibe 3.6 site...
  •  

PHPVibe A.

It's automatic, you can see it in the source code or the browser's rss button for the current page.

Ex:

<link rel="alternate" type="application/rss+xml" title="VideoInedit All Media Feed" href="http://www.videoinedit.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="VideoInedit Video Feed" href="http://www.videoinedit.com/feed?m=1" />
<link rel="alternate" type="application/rss+xml" title="VideoInedit Music Feed" href="http://www.videoinedit.com/feed?m=2" />
<link rel="alternate" type="application/rss+xml" title="VideoInedit Images Feed" href="http://www.videoinedit.com/feed?m=3" />

Similar topics (7)