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 5 years, 6 months ago
  2. simple tag-cloud Template Tag by metty 3 years, 8 months ago
  3. Clouds Tag by ramdas 5 years, 6 months ago
  4. Using the {% widthratio %} template tag with CSS to create a bar graph by jcroft 6 years, 2 months ago
  5. Active class for navigation link by cschand 3 years, 8 months ago

Comments

(Forgotten your password?)