1 2 3 4 5 6 7 8 9 | {% load content_tagclouds %}
{% get_latest_cloudtag %}
{% for tag in content_tagclouds|slice:"5" %}
<div style="font-size:{{ tag.cloudsize }}; text-align:left;float:left" > <a href="{{ tag.get_absolute_url }}"> {{ tag.title }}</a>, </div>
{% endfor %}
|
More like this
- Clouds Tag by ramdas 5 years, 6 months ago
- simple tag-cloud Template Tag by metty 3 years, 8 months ago
- Clouds Tag by ramdas 5 years, 6 months ago
- Using the {% widthratio %} template tag with CSS to create a bar graph by jcroft 6 years, 2 months ago
- Active class for navigation link by cschand 3 years, 8 months ago
Comments