8 years ago
1
Topic

Hello!

I tried to exclude seblod tags from RSS view with

$txt = preg_replace('/::cck::([0-9]*)::\/cck::<br \/>::introtext::/', '', $txt); 
$txt = preg_replace('::\/introtext::<br \/>::fulltext::::\/fulltext::/', '', $txt);
$txt = preg_replace('/::cck::([0-9]*)::/', '', $txt);
$txt = preg_replace('/::cck::([0-9]*)::\/cck::', '', $txt);


But that unfortunately removes also the content :-) so i´m wrong. What can i do to hide the tags in RSS? I installed SeblodFeed but that does not affect the Feed unfortunately... :(

Thanks!

Elisa

1 replies have been added to this thread, and the topic is marked as solved.
You should subscribe to a club in order to read all posts.