• Hi everybody,

    I’m render tag cloud with native wordpress function (wp_tag_cloud) and I noted problems with sizes and number of tags,

    Example:
    wp_tag_cloud(‘number=20&format=flat’);

    (With firebug inspect)
    11 tags = style=”font-size: 22pt;”
    2 tags = style=”font-size: 8pt;”
    9 tags = style=””
    3 tags = style=””

    why some style tags are empty?

  • The topic ‘wp_tag_cloud rendering problem’ is closed to new replies.