Skip to content
adamjohnson edited this page Oct 21, 2014 · 1 revision

<r:site_count />

This tag outputs how many sites are in CleanSlate based on their attribute.

Attributes Options

  • 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.

Example

<r:site_count status="live" />