• Resolved mcyzyk

    (@mcyzyk)


    Question: Is it possible to override the value/location of the link in the Taxonomy Term? So, assuming I have a term “flower”, can I somehow override the default URL to go to a different location, e.g., /search?taxomomy=plant&term=flower

    Possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mcyzyk

    (@mcyzyk)

    Alternatively, is it possible to suppress the hyperlink? So I’d end up with a page of JUST the Terms and their corresponding Descriptions?

    Thread Starter mcyzyk

    (@mcyzyk)

    I do believe I’ve solved my own issue with a snippet of CSS:

    .tax-title a {
        cursor: default;
        pointer-events: none;        
        text-decoration: none;
        color: inherit;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL: Possible to override?’ is closed to new replies.