Strange characters when copying URL of WordPress page -


urls fine when view them in browser, when copy them following:

http://draingoplumbing.com/bathroom%e2%80%8b-%e2%80%8bplumbing%e2%80%8b-%e2%80%8bmemphis%e2%80%8b-%e2%80%8btn%e2%80%8b-%e2%80%8b%e2%80%8bemergency%e2%80%8b-%e2%80%8bplumber/ 

i have checked permalink structure option in wordpress , it's ok.

the text string in question url-encoded. cna decode here. https://urldecode.org/ hover on decoded text, right click , hit inspect...

here's situation. reason permalinks have, rather hyphens, character sequence

 ​  hyphen  ​ 

in them.

​ oddball unicode typographic character called zero-width space. purpose allow line breaks between characters when necessary without introducing space between them.

it seems there's error in permalinks. guess post has slugs this:

   bathroom plumbing / memphis tn / emergency 

so whatever text have in permalinks hyphens has zero-width spaces before , after them. erase , retype permalink templates in settings / permalinks.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -