Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Wordpress Rss, i need to understand
organicbmx
post Nov 27 2005, 01:56 PM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 284
Joined: 2-June 05
From: Dorset, England
Member No.: 5,730



could someone help me understand the way wordpress creates rss feeds. i need to figure out what the address will be to my feeds so that i can put them up on the website so that visitors who are not very tech can easily access them.

my experimental feed is here.

is the address needed by a feeder - thundebird for example - just that address + /feed.bla or something. i tried /atom.xml but that didnt work and i sort of got stuck.

thanks in advance
Go to the top of the page
 
+Quote Post
Hercco
post Nov 29 2005, 09:14 PM
Post #2


Super Member
Group Icon

Group: Members
Posts: 595
Joined: 4-September 04
Member No.: 228



Wordpress creates the RSS feed with PHP. The PHP script for RSS 2.0 feed is called wp-rss2.php and is located at the Wordpress directory. So in your case the address would be:
http://www.organicbmx.astahost.com/wordpress/wp-rss2.php

You can link the file directly just like any URL and the browser/ RSS reader should recognise the file from the file mime type even if the file extension isn't .rss or .xml.

In addition to that you might wish to add a link to the html header. The code would look like this:

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="wp-rss2.php" />.

Intelligent browsers (Opera, Firefox) regocnise this and offer the user an easy way to subscribe to the feed. It's a bit hard to explain, it's better that you try it out yourself.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Wordpress 2(4)
  2. Wordpress Theme Help(3)
  3. Wordpress Url Display Problem(2)
  4. Wordpress: Google Adsense Referral Rotator Plug-in(7)
  5. Wordpress 2.0.6(8)
  6. Wordpress Widgets Drag/drop Bug ..(3)
  7. All New Wordpress Plug-ins & Widgets By M^e(0)
  8. How Do I Customize Wordpress(6)
  9. Tips For Modifying Wordpress Code(1)
  10. Best Wordpress Skin You Can Find.....(2)
  11. Afraid Of Updating My Wordpress(2)
  12. Twitter-like Wordpress Theme(0)


 



- Lo-Fi Version Time is now: 4th December 2008 - 11:56 PM