Remove links from taxonomies

Support MB Builder Remove links from taxonomies

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38618
    AnLipAnLip
    Participant

    HI. I have created several custom taxonomies for a single CPT. I want to be able to use all the benefits of taxonomies, but I would like to deactivate the automatic links created when pulling a taxonomy on the front-end.
    I use Bricks Builder, so in order to pull the data I will use a code like this one : {mb_publication_anlec_projet}
    It creates a link automatically. How could I remove it ?

    #38619
    AnLipAnLip
    Participant

    In the meantime, I found this CSS trick here : https://github.com/soflyy/oxygen-bugs-and-features/issues/1684

    .your-class a { pointer-events: none; }

    #38624
    Long NguyenLong Nguyen
    Moderator

    Hi,

    If you want to output the term name only with code, please follow the documentation https://docs.metabox.io/fields/taxonomy/#template-usage

    In case of using Bricks, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
    Refer to our support policy https://metabox.io/support/topic/support-policy/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.