• Hi there,

    I have the following taxonomy structure:

    -City
    –NewYork
    -Profession
    –Dietitian

    The URL, therefore, is like this:
    /profession/dietitian/city/newyork/

    Is there any way to hide the taxonomy name, leaving only the terms?
    /dietitian/newyork/

    And thank you very much Jonathan; your development is just amazing.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi Daniel,

    Thank you for those kind words! Sorry for not responding earlier.

    Unfortunately it’s not possible to remove the taxonomy from the URLs. It’ll open up for much bigger issues with conflicting permalinks and rewrite rules.

    You could attempt to do this yourself if you like. You’d need to generate your own rewrite rules tho (you could copy the function in BTF and modify) and then hook into the beautiful_filters_new_url filter to redirect to your own url. It’s not easy but it’s possible ??

    Best of luck!

    Syamsul Alam

    (@syamsul-alam)

    I’m having the same needs with Daniel, please can you elaborate more on “you could copy the function in BTF and modify” please? Thank you…

    P.S: I know how to copy & paste filter to function.php and modify a little bit, usually from online tutorial, but to look for the function itself, I have no clue. Sorry… and thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide taxonomy name’ is closed to new replies.