Using CakePHP to update a wordpress rss feed

2008-05-22 Thread Chez17
As a project to learn CakePHP, I have been recreating my wordpress blog. My issue now is that I want to keep the same rss feed that was set up by wordpress and have my new site update that. I have no idea how to get started on this, I was hoping for a push in the right direction. Thanks for your

Re: Using CakePHP to update a wordpress rss feed

2008-05-22 Thread jonknee
On May 22, 12:14 pm, Chez17 [EMAIL PROTECTED] wrote: As a project to learn CakePHP, I have been recreating my wordpress blog. My issue now is that I want to keep the same rss feed that was set up by wordpress and have my new site update that. I have no idea how to get started on this, I was

Re: Using CakePHP to update a wordpress rss feed

2008-05-22 Thread Chez17
I am using they dynamically generated feed. Does that mean there is no way to get the new site to work with the old rss feed? Are you using the dynamically generated WordPress RSS feed or something like FeedBurner? If it's dynamically generated, you can't add to it, but you can easily create

Re: Using CakePHP to update a wordpress rss feed

2008-05-22 Thread jonknee
On May 22, 12:50 pm, Chez17 [EMAIL PROTECTED] wrote: I am using they dynamically generated feed. Does that mean there is no way to get the new site to work with the old rss feed? I'm not sure exactly what you mean about getting the new site to work with old feed. Are you going to continue

Re: Using CakePHP to update a wordpress rss feed

2008-05-22 Thread Chez17
Thats what I'm getting at. I want to make sure when I switch my site over from wordpress to CakePHP, I want all the readers who subscribe to my current wordpress rss feed to be automatically subscribed to the new CakePHP generated rss feed. I was wondering how I would do that. When you say

Re: Using CakePHP to update a wordpress rss feed

2008-05-22 Thread jonknee
On May 22, 4:29 pm, Chez17 [EMAIL PROTECTED] wrote: Thats what I'm getting at. I want to make sure when I switch my site over from wordpress to CakePHP, I want all the readers who subscribe to my current wordpress rss feed to be automatically subscribed to the new CakePHP generated rss feed.