remove_accents() doesn’t work anymore here
-
Hi —
I’m using this on one template :
<a href="http://www.site.com/search/siteall?q=<?php remove_accents(the_title()) ; ?>&x=0&y=0&s=date" target="_blank">Site</a>…to search based on a page title, with accents removed first.
It did work when I set it up, two days ago. Now I’m trying it with that same template, and it doesn’t. Puzzling.
“remove_accents(the_title())” does the same as “the_title()”
Could that be a plugin conflicting? Something wrong in my syntax?
Any hint or troubleshooting help greatly appreciated as this is breaking several pages of my live site (can’t publish the url here unfortunately).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘remove_accents() doesn’t work anymore here’ is closed to new replies.