Larsmir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing markup on RSS feedYeah, I fully agree that it’s the search/crawler that needs fixing, rather than jury-rigging every RSS feed.
I was just reading through that entry in the Codex – any functions or snippets of code I could use to avoid outputting the non-XML portions of the feed?
Forum: Fixing WordPress
In reply to: Removing markup on RSS feedTo quote the person at my company who requested this:
“In the description and body content of each item, would you be able to remove any HTML markup, javascript, CSS, etc? In the past, we’ve crawled feeds including these, but those feeds tend to break when some random sequence of characters get introduced, which negatively affects search indexing.”
So, while the RSS feed is valid, the company’s internal search function seems to occasionally break the feed if it finds markup, javascript, or CSS. I know it’s a strange and very specific request.
Forum: Fixing WordPress
In reply to: Removing markup on RSS feedOh, right, sorry. It’s http://blogs.disneylatino.com/
Forum: Fixing WordPress
In reply to: Using a PHP form to add emails to a databaseEdited.
Thank you ^^I realize now that a copypasting mistake also caused some bit of redundant code to appear in what I posted.