Cloud Tag template example

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

  1. Clouds Tag by ramdas 4 years, 2 months ago
  2. django-tagging clouds template tag by skam 4 years, 10 months ago
  3. Clouds Tag by ramdas 4 years, 2 months ago
  4. simple tag-cloud Template Tag by metty 2 years, 4 months ago
  5. Using the {% widthratio %} template tag with CSS to create a bar graph by jcroft 4 years, 11 months ago

Comments

(Forgotten your password?)