Recent Topics

1 Jan 21, 2006 17:08    

Hi!

This is not the normal "how to remove the arrow infront of the read more link". I want to get rid of it in the feeds. When I display the feed in google reader the arrow is displayed but I can't find where it is generated. Any idea?

2 Jan 21, 2006 23:35

My xml/rss.php has this line:

$Item->content( 1, false, T_('[...] Read more!'), '', '', '', 'entityencoded' ); 


Check your file there. That third parameter is what sets the Read More text. The code for a feed works just like the code for a skin, it just outputs as rss instead of xhtml.

3 Jan 22, 2006 01:17

No, it does not fix the Problem.

I changed in the rrs2.php the line to this:

$Item->content( 1, false, 'read more...', '', '', '', 'xml', $rss_excerpt_length );

and it's still there.

http://www.marctv.de/xmlsrv/rss2.php?blog=7

=/

Update!

Wrong line! Sorry! Now it works! =)


Form is loading...