-
Notifications
You must be signed in to change notification settings - Fork 4
r:site_count
adamjohnson edited this page Oct 21, 2014
·
1 revision
This tag outputs how many sites are in CleanSlate based on their attribute.
-
status="live"
- Displays the number of sites with the status "Live". -
status="development"
- Displays the number of sites with the status "Development". -
status="archived"
- Displays the number of sites with the status "Archived". -
status="active"
- Displays the number of sites with the status of "Live" and "Development". -
status="all"
- Displays the number of all the sites in CleanSlate.
NOTE: Only one attribute value can be passed per <r:site_count />
tag.
<r:site_count status="live" />