• dbunit16

    (@dbunit16)


    I am creating a page that lists all of my tags. I am using the below:

    <ul id="players">
    <li><?php wp_tag_cloud('smallest=8&largest=8&number=0&orderby=name'); ?></li>
    </ul>

    The issue is it is treating the entire cloud as one li. How would I have each item be it’s own li?

    Thanks for the help,

    Jon

  • The topic ‘Help with Tag Cloud’ is closed to new replies.