Forums

Join
bbPress Support ForumsRequests and FeedbackHow to make tags page's url use id instead of name?

How to make tags page's url use id instead of name?

  1. Hi,everyone,

    The default tags page is like

    example.com/tags.php?tag={tag_name}

    but I want to make the url like

    example.com/tags.php?id={tag_id},

    is there any way to make it? could it be done by a plugin?

    I have to do so because using the tag's name in url may lead to being blocked by Chinese government's Internet censorship.

    thanks.

  2. I've done it but I edited a lot in functions.bb-core.php and functions.bb-template.php.

    Is there any way to achieve it without editing files? I don't know bbpress plugin API clearly....

  3. You must log in to post.