• Resolved gaucho code

    (@glowzar)


    hey, this plugin is great!!
    thanks.
    it does the job. I have been struggling to make it render urls
    I have tried a few plugins without luck and diving into stackoverflow with less luck..

    like this:

    let’s say my user role is instructor.
    the taxonomy terms are country and city,
    is there any known / good recommended way to have them like this?

    https://www.site.com/instructor/country/city/

    thanks so much for your kind assistance.

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

    (@shawfactor)

    The plugin will render urls, but it won′t query users at that url to ensure anything is displayed. You need to add that part yourself, you would usually do this via the theme.

    Here is an silly example:

    https://princesparktouch.com/lh_user-interests/general-news/

    Notice how the url returns a 200 status code (not 404). the URL is valid and is being handled as usual by register_taxonomy. If you added handlers in the taxonomy-******.php template file to get the users and display them in a meaningful way you would also see content

    Plugin Author shawfactor

    (@shawfactor)

    I am resolving this ffor good order but will still monitor the thread and reopen if neccessary

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘nested child taxonomy in permalinks?’ is closed to new replies.