Archive for 11 May 2008

WordPress problem: Url encoding on Tag’s slug.

When you define or assinge tags in wordpress, here is what WordPress does:
1. Every tag must have a name.
2. Every tag must have a slug, the url of the tag.
3. By default, WordPress will automatically generate the tag slug based on the name of the tag you entered.
4. However, if either the value of the [...]