[wp-trac] [WordPress Trac] #2637: Update title and link fields in feeds

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 4 08:05:56 GMT 2006


#2637: Update title and link fields in feeds
----------------------------+-----------------------------------------------
       Id:  2637            |      Status:  new                     
Component:  Administration  |    Modified:  Tue Apr  4 08:05:56 2006
 Severity:  normal          |   Milestone:                          
 Priority:  normal          |     Version:  2.1                     
    Owner:  anonymous       |    Reporter:  stewart                 
----------------------------+-----------------------------------------------
 WP 2.x has made it super easy to get a feed of just about everything,
 which is great.

 But the wp-rss2.php and wp-atom.php templates are still hardcoded as if
 there's just one main feed for a site, which is not so great because it
 confuses feed aggregators when you try to subscribe to multiple feeds from
 the same site.

 Could we maybe try something along the lines of

 {{{
 <channel>
         <title><?php bloginfo_rss('name'); wp_title() ?></title>
         <link><?php
 print("http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); ?></link>
 }}}

 in the next go-round?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2637>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list