• Hi there,

    I’m trying to change the smallest and largest font sizes, as well as the max tags allowed.

    I took a sample parameter string from the codex and pasted it in to the input box in WP admin in the Advanced section for the Cumulus plugin.

    I did this for both the plugin and the widget.

    The font size remains unchanged. I’m not sure what I did wrong and am hoping you can tell me what I should have used instead.

    This is what I used:

    <?php wp_tag_cloud('smallest=8&amp;largest=14&amp;number=30'); ?>

    I’m using WP 2.71 with the mts-journey theme. The version of the Cumulus plugin that I’m using is 1.20

    Thank in advance for your assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you use the entire string, or just the parameters bit? You should use this bit only:

    smallest=8&amp;largest=14&amp;number=30

    Also, I’m not sure whether this forum create the &amp; chars in your string, but I’m pretty they should be simple ampersands.

    Thread Starter Empowerment Sanctuary

    (@empowerment-sanctuary)

    Hi,

    Yep, that was the problem. I used the entire string instead of just the section you mentioned. I changed it and that did the trick.

    Thanks much for your help!

    M

    (@infolegal)

    Also, as a note, you need to use the ' signs as well, at least when you’re using the widget.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Cumulus] Unable to Change Font Size in Admin’ is closed to new replies.