• Good Morning,
    Quotation to create the feeds for all articles, slideshows, videos of my site. Can you please let me know how can i do this. From where the wordpress generates defualt rss feed. And also how can i generate dynamic rss/xml for those. Reply ASAP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please see the relevant page in the Codex -> https://codex.wordpress.org/WordPress_Feeds

    There are four possible URLs for each of your feeds. Any of these will work.

    http://example.com/?feed=rss
    http://example.com/?feed=rss2
    http://example.com/?feed=rdf
    http://example.com/?feed=atom

    If you are using custom permalinks, you should be able to reach them through this usage:

    http://example.com/feed/
    http://example.com/feed/rss/
    http://example.com/feed/rss2/
    http://example.com/feed/rdf/
    http://example.com/feed/atom/

    ^ copied straight from the Codex

    Thread Starter gulshanc

    (@gulshanc)

    Thanks for reply..!!
    these are the urls to open the rss link.
    I want to know that how it generates rss.
    I want the file where it comes from so that i can have a idea of it and modified according to my requirements.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Quotation to create rss feed’ is closed to new replies.