Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6592749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:35:41+00:00 2026-05-25T17:35:41+00:00

the RSS feed of annuncistar.it isn’t valid because the & char is not allowed

  • 0

the RSS feed of annuncistar.it isn’t valid because the “&” char is not allowed in RSS feeds.
In order to solve that issue I’ve added a WordPress filter in my functions.php file.

function mp_permalink($permalink) {
$url = str_replace("&", "&", $permalink);
return $url;
}

add_filter('the_permalink_rss', 'mp_permalink');

Unfortunately this function doesn’t work. What could the reason be?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:35:42+00:00Added an answer on May 25, 2026 at 5:35 pm

    Your feed URL seems to have Google Analytics tracking variables (utm_source, etc.) appended to it. Normally, a WordPress feed URL looks as simple as (to take mine as an example):

    http://gothick.org.uk/feed
    

    However, with Analytics tracking variables, it looks something like this:

    http://gothick.org.uk/?utm_source=source&utm_medium=medium&utm_term=term&utm_content=content&utm_campaign=campaign
    

    So, I’m guessing that you have a plugin installed that is altering your feed URL to add these variables. Unfortunately, when it’s being embedded in your RSS feed as the feed source, the ampersands in the URL aren’t being escaped — I’d guess this is a bug in the plugin.

    I’d guess your filter isn’t being run after the plugin changes the original feed. Whether that’s because it’s being run earlier in the filter chain or because the analytics plugin is targeting the feed URL at a different level, I’m not sure.

    Either way, the solution will be to disable the analytics plugin, or at least the bit that alters the feed URL, or update it to a version that escapes the URL properly for use in the RSS feed XML.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an rss feed reader that uses a bayesian filter to filter out
I've made a rss-feed in django and i wish to turn € into €
I have created an RSS feed, that contains non-ASCII characters URLs (IRI). That's why
i am getting Rss Feed from my DB but i am getting all feeds
I've created an RSS feed using Zend_Feed. It seems to have worked in that
I am writing an rss feed with WPF and one of the feeds is
I am parsing a RSS feed using PHP but the problem is that is
i have this rss feed to parse that contains several tags. i am able
I have an RSS feed URL, that I can view in any Feed Reader.
I have an RSS feed that I follow and would like to display it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.