• Hello,
    Is there anyway you can add a feature to exclude custom feed URLs to be redirected? I need a feed url with lots of posts and full content. Therefore, I’ve created a custom feed url but its gets redirected by this plugin.

    You can create an option field that takes the name of a custom RSS then add this to ol_feed_redirect() function

    if ($feed == $customRSS) return;
    Or if you can do this in better way, would be great.

    Thank You.

    https://wordpress.org/plugins/feedblitz-feedsmart/

  • The topic ‘Prevent custom feed redirection’ is closed to new replies.