How to put rss at sidebar ??

Discussion in 'WordPress' started by SonnyCooL, Jun 9, 2009.

  1. #1
    How to put rss feed at side bar ? cause i using a theme (wordpress) which only allow manual edit (no widget) .....

    I know how to edit side bar but i don't know what code to insert in side bar ..
    Thanks
     
    SonnyCooL, Jun 9, 2009 IP
  2. ditch182

    ditch182 Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    SonnyCool, If you're using a theme, then you're probably using a CMS right? In that case, since you probably won't want to edit the php on the server, then you can use javascript. Parsing an Rss feed with javascript and displaying it in a well formed way isn't a trivial exercise. I created an RSS widget for http://cyborgelf.com and it's about a hundred lines of code.
     
    ditch182, Jun 9, 2009 IP
  3. vrktech

    vrktech Well-Known Member

    Messages:
    449
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    RSS Feed: <?php bloginfo('rss_url'); ?>

    RSS 2.0 Feed: <?php bloginfo('rss2_url'); ?>

    Atom Feed: <?php bloginfo('atom_url'); ?>

    Hope that helps :)
     
    vrktech, Jun 11, 2009 IP
  4. SonnyCooL

    SonnyCooL Peon

    Messages:
    1,170
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks (i try it later).... but how the display (layout)?
     
    SonnyCooL, Jun 11, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    It require php code and css style as well div tag of css.
     
    Jalpari, Jun 13, 2009 IP
  6. Awan-G

    Awan-G Active Member

    Messages:
    1,758
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    78
    #6
    yes this is right that you have to use php for this
     
    Awan-G, Jun 16, 2009 IP
  7. ~kev~

    ~kev~ Well-Known Member

    Messages:
    2,866
    Likes Received:
    194
    Best Answers:
    0
    Trophy Points:
    110
    #7
    You can use CARP to display RSS feeds on your wordpress blog. Do a google search for geckotribes and look for carp on the geckotribes site. Its a free RSS parser designed just for wordpress.

    There is very little to no coding required. You install CARP, and then insert the script where you want the feed to display and set the parameteres - such as the source site, how many articles you want displayed and if you want the links to open in a new window,,,,.
     
    ~kev~, Jun 16, 2009 IP