[wpmu-trac] [WordPress MU Trac] #484: Problem with full text in syndication feeds

WordPress MU Trac wpmu-trac at lists.automattic.com
Wed Oct 31 08:07:11 GMT 2007


#484: Problem with full text in syndication feeds
------------------------+---------------------------------------------------
 Reporter:  Eunix       |       Owner:  somebody  
     Type:  defect      |      Status:  new       
 Priority:  normal      |   Milestone:  WPMU 2.0  
Component:  component1  |     Version:  2.0       
 Severity:  normal      |    Keywords:  feed, more
------------------------+---------------------------------------------------
 I set option "Full text" in "Syndication Feeds"/"For each article, show"
 but RSS has link "more", anyway.

 I think that problem in (for example file feed-rss2.php)
 {{{
 header('Content-Type: text/xml; charset=' . get_option('blog_charset'),
 true);
 $more = 1;
 }}}

 If I do next all work
 {{{
 function wpmu_more_feed () {
         global $more;
         $more = 1;
 }
 wpmu_more_feed ();
 }}}

 Thanks.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/484>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list