Not sure if this should go in this forum or the blogging forum. In any case, here goes. Anyone know how to add an rss feed to a post in wordpress? I'm trying to make a few posts about ebay and include their rss feed in the post.
You could use a javascript RSS parser and/or use PHPexec and find a PHP parser if you want. Lastly, you could add it into the template if you want to have it in every post.
Yeah, I just came back to post some clarification. I don't want it in every post, so I can't mod the template. I've used MagpieRSS, php2html, and others before. The problem I'm having is getting the php into a single post without changing the template. Do you know of a way to get php into a single wordpress post? I guess I could make the pages static, I just don't want to.