I've found a way to get the Textpattern RSS feed redirected to the WordPress RSS feed...*with my mind...*and a good helping of PHP redirects. And voodoo. And luck. And code stealing. For years I've had a Texpattern instillation here at MacStansbury.com. With that, I set out to spread the good news of RSS feedness to all those who would listen. Now that everything is different, I keep seeing the occasional /?rss=1 in the referrer log. This can not stand, and thanks to somebody else who I stole some code from, it didn't stand. If you can read this, thank Dave. He's the one who figured it out. Codely, it looks like I added this stuff:

$atom = $_GET[ "atom"]; if ( $atom == 1) { header( "Location: http://macstansbury.com/feed/atom/"); exit( 0); } $rss = $_GET[ "rss"]; if ( $rss == 1) { header( "Location: http://macstansbury.com/feed/"); exit( 0); }

The most important part being clearing out the curly " in the code. Stick that in there and you'll get nothing but errors. It's one of the "features" of WordPress, putting in curly quotes. Make the paragraph text look neat, but the code? Not so much. Okay, back to not posting anything.

status: published
lastmod: '2006-10-02T00:29:32.000Z'
author: John Stansbury
cms: wordpress
custom:
  podPressPostSpecific: 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'
  _utw_tags_0: 'a:5:{i:0;O:8:"stdClass":1:{s:3:"tag";s:6:"coding";}i:1;O:8:"stdClass":1:{s:3:"tag";s:5:"howto";}i:2;O:8:"stdClass":1:{s:3:"tag";s:3:"rss";}i:3;O:8:"stdClass":1:{s:3:"tag";s:6:"update";}i:4;O:8:"stdClass":1:{s:3:"tag";s:9:"wordpress";}}'
  similarterms: quot atom feed code macstansbury http exit stand location header textpattern curly redirected good wordpress clearing part important putting text