• If I want to apply a link style for the wp_tag_cloud, what’s the procedure? Because I created a style for that called CLOUD but it doesn’t works in the words because I haven’t the href tag to apply it.

    <p class=”cloud”>
    <?php wp_tag_cloud(“smallest=8&largest=25&number=200&order=rand”); ?> </p>

    In this example works the style only for text but not for the link (ahover, etc).

The topic ‘wp_tag_cloud’ is closed to new replies.