The objective is to fetch fields associated with a specific post id to create a custom rss feed.
It is required to use functions like the_content_feed('rss2') , the_excerpt_rss() etc outside the loop to fill the rss template.
How to accomplish this (use such functions outside the loop)?