Ok i figured it out just removed the anti filter loop in the feedwordpress code
Ok i solved it – it was a theme switcher plugin that fucked up …now its gone …
Ehmm – well well im not a hardcore coder – could i get a few more hints …
I use the Randomize plugin to generate some content ..
could i just call the funtion from somewhere ??
Also I use the SH-autolink … but it only links conten published from the admin not from wordpress feeds
so can i like add an action or a filter anywhere ??
like this?
add_action (‘publish_post’, ‘randomize()’)
could i change the_content here to publish_post to get all content autolinked ??
add_action (‘admin_menu’, ‘shautolink_add_adminpage’);
add_filter(‘the_content’, ‘shautolink’, 1);
add_filter(‘comment_text’, ‘shautolink’, 1);
Sorry but im not that good at php …