• I want to exclude one category from my RSS feed.

    I used to do this by including:

    if(isset($_GET['feed'])) {
    $cat=-14;
    }

    before the:
    require(‘wp-blog-header.php’);

    in the header

    However after upgrading to WP2.0 it does not seem to work anymore.

    Anyone have any ideas?

    Thanks

    Marcus

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude one category from RSS feed in WP2.0’ is closed to new replies.