Making WordPress export RSS?

Discussion in 'XML & RSS' started by Googles76, Jul 20, 2005.

  1. #1
    I was suprised to find out that WordPress does not use RSS to export it's data. I have a blogger.com blog and that uses the atom/xml page that can be fed while WordPress doesn't. Can anyone recommend a good plugin or mod that can do this? I would like to have each category in my wordpress blog to be useable by CaRP - the RSS aggregator.
     
    Googles76, Jul 20, 2005 IP
  2. I. Brian

    I. Brian Business consultant

    Messages:
    810
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    145
    #2
    Not sure what you mean - but if you're asking if WordPress offers XML - it does for the overall install, plus each category.

    Add

    /feed/

    to each category URL or the site index and see what happens.
     
    I. Brian, Jul 20, 2005 IP
  3. Googles76

    Googles76 Peon

    Messages:
    664
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes I want to have each category as an XML, I added your suggestion but it still doesn't diplay the category feed:

    <?php
    require_once '/myroutefolder/carp_gpl/carp/carp.php';
    // Add any desired configuration settings below this line using "CarpConf" and other functions
    //CarpCacheShow('http://www.geckotribe.com/press/rss/pr.rss');
    CarpCacheShow('http://mydomain.com/wrdpress/?cat=2/feed/');
    ?>

    So in theory this should feed the 2nd category in my wordpress blog to a php page but it just shows blank.

    EDIT: found the solution, it should read CarpCacheShow('http://mydomain.com/wrdpress/wp-rss2.php?cat=2');

    or in wordpress 1.5 and higher simply add &feed=rss2

    Thanks for pointing me in the right direction!
     
    Googles76, Jul 20, 2005 IP
  4. I. Brian

    I. Brian Business consultant

    Messages:
    810
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    145
    #4
    No problem - good to see it sorted. :)
     
    I. Brian, Jul 21, 2005 IP
  5. samsam

    samsam Peon

    Messages:
    647
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks Googles76, I needed it as well.
     
    samsam, Jul 22, 2005 IP