Remove Special Characters From Permalinks

설명

If you are using pretty permalinks, you may have noticed WordPress sanitizes it removing accents and some special characters.

However some of these characters are not sanitized by default, meaning they can be added to some of your post URLs, like a trademark symbol(®), a copyright symbol(©) or even a UTF-8 symbol like ⛓.

Although it may not hurt you at first, it may let users confused and it can cause some problems when interacting with some third party API that is not prepared to read such characters.

This plugin Removes special characters from permalinks when the post is created or updated.

How to use it?

All you have to do is saving/updating your post and you will notice special characters will be swiped out from the permalink.

Pro Version

Enjoying the free version of this plugin?

We have a Pro version that allows removing characters from all permalinks of your site with just one click, including posts, pages and custom post types.
We also offer support if you have some sort of problem.

Update to PRO for a better plugin and helping maintaining the development of this plugin

설치

  1. Upload the entire ‘remove-special-characters-from-permalinks’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

How can I contribute? Is there a github repository?

If you are interested in contributing – head over to the Remove Special Characters From Permalinks plugin GitHub Repository to find out how you can pitch in.

후기

2020년 12월 22일
In french, we use unbreakable space and it’s not managed by WordPress. So strange code shows up in permalink, breaking sharing on Facebook by example. This plugin fixes this problem. So 5 stars. Update: I downgrade the rating to 2 stars. There is a conflict with Markdwon Module in Jetpack and there was no update made. Too bad. Update : after contact through Facebook page, the problem has been fixed. Hooray. So back to 5 stars.
2018년 9월 26일 1 reply
The function is great to make url more friendly
2018년 9월 13일 1 reply
I'm from Viet Nam, My project encountered a problem with permalink that had special characters or emoticons that I could not fix, websites that were available to many users. They do not know edit url manually, so this plugin is a relief for me Thanks so much!
모든 3 평가 읽기

기여자 & 개발자

“Remove Special Characters From Permalinks”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Remove Special Characters From Permalinks”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.8 – 26/09/2023

  • Tested up to: 6.3.
  • Update plugin icon, banner.

1.0.7 – 19/06/2023

  • Tested up to: 6.2.

1.0.6 – 09/03/2023

  • Dev – Improve notice.
  • Tested up to: 6.1.
  • Move to WPFactory.

1.0.5 – 22/12/2020

  • Fix markdown getting lost on post update.
  • Tested up to: 5.6

1.0.4 – 10/10/2020

  • Replace sanitize_title by ‘save_post’ hook.
  • Improve special characters replacing function.
  • Tested up to: 5.5

1.0.3 – 19/10/2018

  • Check if permalink seems utf8 before removing characters
  • Inform about pro version

1.0.2 – 22/09/2018

  • Handle localization
  • Fix domain path

1.0.1 – 22/09/2018

  • Handle localization

1.0.0 – 12/09/2018

  • Initial Release.