/ Published in: PHP
URL: http://www.positivespaceblog.com/archives/how-to-create-a-tag-grid-and-evolve-past-the-cloud/
Expand |
Embed | Plain Text
<ul id="tag_grid"> <?php foreach ($tags as $tag) { if ($tag->count < 5) { } else if ($tag->count < 15) { } else if ($tag->count < 25) { } else { } } ?> </ul>
You need to login to post a comment.
