Viewing 1 replies (of 1 total)
  • Plugin Author tugbucket

    (@tugbucket)

    Multi-column Tag Map simply displays your set description if you have set the option to do so. If you have a really long description and want to limit it, you will need to modify the code.

    to get the description it uses: $tag->description

    for example you could probably do:
    substr($tag->description,0,100)

    https://php.net/manual/en/function.substr.php

Viewing 1 replies (of 1 total)
  • The topic ‘Cut-off descriptions?’ is closed to new replies.