rss_category_cloud
Plugin Details
- Download:
- rss_category_cloud v0.1
- Textpattern Forum:
- View discussion
- Plugin Type:
- Regular
- Current Version:
- 0.1
- Status on this site:
- Active
The rss_category_cloud plugin displays a weighted list of all categories as a tag cloud.
Just include <txp:rss_category_cloud/> in your page and set any additonal options as noted below.
Optional Attributes
usecats
Determines whether category1, category2 or both will be used. Valid choices are “CAT1” or “CAT2”. Both categories will be used by default.
Default: “”
Example: usecats=“CAT1”
cloudwraptag
The HTML tag that wraps the label and category list.
Default: “”
Example: cloudwraptag=“div”
wraptag
The HTML tag that wraps the category list.
Default: “p”
Example: wraptag=“ul”
class
The class attribute on the wraptag.
Default: “”
Example: class=“catlist”
break
HTML/text that wraps/separates each element in the list.
Default: “, “
Example: break=“li”
breakclass
The maximum number of live search results returned.
Default: “”
Example: breakclass=“catelement”
label
A label that appears before the list.
Default: “”
Example: label=“Filed under: “
labeltag
The HTML tag that wraps the label.
Default: “”
Example: labeltag=“h4”
