PDA

View Full Version : how to replace PP 1.6 feed by feedburner


wawa
06-02-2007, 03:51 PM
Hello

I just upgraded to PixelPost 1.6 which is totally great !
But I have a problem I cannot fix and I did not found anything in the old threads.

I'd like to replace the automatic discovery feed by my feedburner feed.

I guess this takes place in functions_feeds.php but I can hardly find where I can replace something by my feedburner feed location.

Sorry if the answer was previously posted, I did not see it. But I think the particular case was not.
I had no problem with previous versions of PixelPost as far as I can remember.

Thank you very much for your help !

jaywilliams
06-02-2007, 04:46 PM
http://forum.pixelpost.org/showthread.php?p=31727&highlight=feedburner#post31727

Basically, remove the template tags for the auto feed discovery, and replace it with the feedburner meta tag.

wawa
06-02-2007, 05:07 PM
Thanks a lot Jay.

But if I get the point about removing the tempate tag for the auto discovery, I must confess I don't understand the second step.

Would you please explain where I can find the feedurner metatag you're talking about ?

jaywilliams
06-02-2007, 06:26 PM
Add this code:

<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/YOURNAME" />

Replace the text "YOURNAME" with your feed name.

wawa
06-02-2007, 07:04 PM
thank you very much !
PixelPost 1.6 is really great, the language switch rocks.