• Hello
    ok wordpress is up an runnin but i want to publish rss-feed in a special category… anyone can help me out here?
    have some phpscripts (rsstoblog, rssrandomizer and express RSS) that i could use, i want to get many rss.feeds mix them and publish this mixed feed under main page and want to publish different rss-feeds to different cathegories…
    anyone did something like this or just know wich file i should edit to get the rss.feed under a cathegory i choose?

Viewing 9 replies - 1 through 9 (of 9 total)
  • WP has already the built-in capability to generate category feeds, see http://codex.wordpress.org/Template_Tags/wp_list_cats
    the parameters section.
    (you can take a look at other catgeory template tags, too:
    http://codex.wordpress.org/Template_Tags#Category_tags)

    Thread Starter 02f6d0

    (@02f6d0)

    hello again, i am not sure if we understand eachother but i want to take an rss-feed from another webpage and then show it under a cathegory. if that is what you meant too then please were in <?php wp_list_cats(‘sort_column=name&optioncount=0&feed=RSS’); ?>
    (tha tag you showed me to use earlier, should put the url to the RSS?

    Sorry, yes, a misunderstanding – I was only at my first coffee :(, I apologize.
    To post/read/display feeds from other places you’ll need to install a feedreader on your blog.

    See these plugins for republishing feeds on your blog:

    FeedWordPress:
    http://projects.radgeek.com/feedwordpress/

    CG-Feedread:
    http://www.chait.net/index.php?p=238

    Thread Starter 02f6d0

    (@02f6d0)

    hmm anybody that have used the first one, FeedWordPress?
    have contacted the maker of plugin but no answer yet…
    doesnt work for me…

    Thread Starter 02f6d0

    (@02f6d0)

    Anyone that have used another script to post to their WP-blog? thinking about using ss2blog-script to make automatic posts but dont know if i can choose were to put the rss-feeds in my blog, i want to choose rss-feed no1 to be published under category 1, rss-feed no2 published under category no2, and so on…

    Thread Starter 02f6d0

    (@02f6d0)

    sorry i meant rss2blog above…a letter missing…

    Thread Starter 02f6d0

    (@02f6d0)

    Ok i need some help, i am trying to hardcode this rssfeed-phpcode into the sidebar with help from phpscript expressRSS.

    …rssfeed in phpcode-format……………
    <?PHP
    $url=”http://expressen.se/rss/halsa&#8221;;
    $numlinks=”3″;
    $usedynamic=”Yes”;
    $linktarget=”_blank”;
    $tfont=”Arial”;
    $tsize=”1″;
    $tstyle=”Regular”;
    $tcolor=””;
    $dfont=”Arial”;
    $dsize=”1″;
    $dstyle=”Regular”;
    $dcolor=””;
    require_once(“incrss.php”);
    ?>
    ………………………..

    but WERE do i put the code and in what file?
    or should i put it in to the database itself?
    i want it published under a choosen category of mine…

    Thread Starter 02f6d0

    (@02f6d0)

    Ok i have tried rsstoblog v.3 cause it could solve my wanted posting->category and other nice features well.

    BUT i doesnt support iso-8859-1 encoding, cause i have feeds in Swedish with characters like Å.Ä and Ö…

    anyone that have tested rsstoblog and WP or know a hack/plugin tha tpossible could solve this problem for me?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how 2 post rss-feed to a category’ is closed to new replies.