• Resolved flickrbabes

    (@flickrbabes)


    I use Feedwordpress and SH-Autolinks … but the Autolink filter are not added to syndicated content …

    Is because of these lines of code in Autolink ?

    add_action (‘admin_menu’, ‘shautolink_add_adminpage’);
    add_filter(‘the_content’, ‘shautolink’, 1);
    add_filter(‘comment_text’, ‘shautolink’, 1);

    Does this mean that the action/filter are only apllied through the admin interface ??

    Or ?? how can i add it to the wordpressfeed plugin ??

    Thanks alot for tips and hints – this is really bugging me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flickrbabes

    (@flickrbabes)

    Ok i figured it out just removed the anti filter loop in the feedwordpress code

    Hi

    I’ve been struggling to achieve the same with FeedWordPress. Would it be possible for you point out where about the anti filter loop code is in the feedwordpress code as I’m still learning my way round the code and have had no luck locating it!

    Many thanks in advance

    rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feedwordpress problem’ is closed to new replies.