How to remove mark in Slug of the match
Slug is now generated as TEAM_A - TEAM_B - MATCH_DATE
What mark do you want to remove?
Example: TEAM A is Hà Nội, in the permalink is hà-nội. I want to be ha-noi
Is there any solution?
No, there is no any way to change a slug you want.
-
I'm thinking of modifying slug building logic. Maybe it will use team slug instead of a team name.
I think the solution is to use the team slug instead of the team name to solve this.
TEAM_A - TEAM_B - MATCH_DATE => slug (TEAM_A) - slug (TEAM_B) - MATCH_DATE
In version 0.10.15:
- added option "Match slug generated with" (club title/club slug). "Club name" was the only one option before.
Hope it helps.
Customer support service by UserEcho
Slug is now generated as TEAM_A - TEAM_B - MATCH_DATE
What mark do you want to remove?
Example: TEAM A is Hà Nội, in the permalink is hà-nội. I want to be ha-noi
Is there any solution?
No, there is no any way to change a slug you want.
-
I'm thinking of modifying slug building logic. Maybe it will use team slug instead of a team name.
I think the solution is to use the team slug instead of the team name to solve this.
TEAM_A - TEAM_B - MATCH_DATE => slug (TEAM_A) - slug (TEAM_B) - MATCH_DATE
In version 0.10.15:
- added option "Match slug generated with" (club title/club slug). "Club name" was the only one option before.
Hope it helps.