I would like to convert every link that I receive from a certain RSS feed in to a seperate web page. Ultimately what would be the best is some script that takes the individual feed items and creates a web page for each one with the full article along with source credits creating a page title/file name that is relavent to the article title. I hope that makes sense. Im stuck please help. Thanks Mike
Probably the best solution is to make it yourselft with PHP, PERL, XSLT or other system. But sincerely a site with only one article is a waste of time. In addition, your site won't be well ranked because of your duplicate content.
is this possble?.....i have a wordpress site where i also would like to take 5 different feeds and put them on 5 different pages on my site.....ex- sports feed to sports page...news feed to news page...etc...how is this done via php?...any thoughts/ideas??
If your blog is going to be ALL rss (yay splogs), I'd reccomend mygen, yacg, or rssgm(files are missing, so you have to get a few from an older version)
I think just fetch the RSS. Insert the data into a database. And then simply code out the frontend in PHP or something. Thanks.