• Everything is working fine.
    Thank you!
    🙂

    The only thing I could not manage yet is to make the tags unclickable, so they are no links to their archive… I will dig a little deeper now…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ignacio Cruz Moreno

    (@igmoweb)

    @koltast Thanks for the review! You could always disable the links with some CSS like:

    .wp-block-taxonomy-terms-list-block a {
      text-decoration: none;
      pointer-events:none;
    }

    Let me know if it works.

    Thread Starter koltast

    (@koltast)

    Oh wow, thank you very much!
    This works perfectly, I didn’t even know about pointer-events. Thank you for your help! Have a great day 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does what it promises.’ is closed to new replies.