• Hello, I am needing to use your plugin to create shortcodes that work with custom taxonomies from the PODS plugin. Is this possible?

    ALso, is there a way to style the shortcode so it is plain text?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @juanmanuelntc

    Just enter the taxonomy name in the taxonomy parameter:

    [cool_tag_cloud taxonomy="custom_tax_name"]

    As for plain text, not possible at the moment, just the “cool tag cloud” but will add that to the to do list.

    Thread Starter tjpretz

    (@tjpretz)

    That doesn’t work, it displays every single tag in that taxonomy group, and not just the tags associated with the post

    Plugin Author WPKube

    (@wpkube)

    Are you showing it on a “single post” page or as part of a posts list?

    If it’s a “single post” you can use this:

    [cool_tag_cloud taxonomy="custom_tax_name" on_single_display="local"]

    That will make it only show the terms associated with the specific post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Help’ is closed to new replies.