• Resolved Exyst

    (@exyst)


    Hi,
    how can I remove the Multi Rating content from my blog feeds?

    When opening your WordPress feed address like https://www.blogsite.com/feed in your browser (say Internet Explorer) you will also find rating buttons and stuff there. I don’t want them to appear there (only on posts and pages). Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dpowney

    (@dpowney)

    Hi EXYST,

    I’ll add this in the next plugin version. If you’re comfortable with code, the following lines need to be mofified to check is_feed()

    auto-placement.php file lines 21 and 115 need to be changed to:
    $can_apply_filter = ! ( is_feed() || ! in_the_loop() || ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) );

    Daniel

    Thread Starter Exyst

    (@exyst)

    Hi Daniel,

    thanks a lot for your quick response and improvement.

    I have replaced the old code lines by the new one, and it worked right away.

    No more rating stuff in the blog feed output.

    Kind regards, Exyst

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove rating elements from RSS feed?’ is closed to new replies.