Source Types
Field Source Type
The purpose of a field source
wfu-calc-source-type = field
The name of the field to use, as tagged with wfu-calc-field
e.g. blog
would match all items which have wfu-calc-field
= blog
Selector Source Type
wfu-calc-source-type = selector
Any valid CSS selector for identifying the unique elements we want.
e.g. [my-type=foo]
Sitemap Source Type
wfu-calc-source-type = sitemap
The path prefix to match, e.g. /blog/
e.g. /blog/
would count all items with the path beginning with /blog/
.
Last updated
Was this helpful?