RSS editing
-
First of all, the drop down menu for version is behind. It doesn’t have 2.7.
Anyways, I wanted to edit my wordpress’ feed output, but unfortunately the documentation is quite a bit out of date. Now if you open up any of the wp-rss or feed.php all you get is:
<?php /** * Redirects to the RSS2 feed * This file is deprecated and only exists for backwards compatibility * * @package WordPress */ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rss2_url' ), 301 ); ?>
Oh, uh, okay. I do quite a bit of custom formatting and I’d be pleased if my feed did the same.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘RSS editing’ is closed to new replies.