Taxonomy methods
Use these methods with Taxonomy objects.
Use these methods with Taxonomy objects.
TAXONOMY.Alphabetical ⟼ page.OrderedTaxonomyReturns an ordered taxonomy, sorted alphabetically by term. Read More »
TAXONOMY.ByCount ⟼ page.OrderedTaxonomyReturns an ordered taxonomy, sorted by the number of pages associated with each term. Read More »
TAXONOMY.Count TERM ⟼ intReturns the number of number of weighted pages to which the given term has been assigned. Read More »
TAXONOMY.Get TERM ⟼ page.WeightedPagesReturns a slice of weighted pages to which the given term has been assigned. Read More »
TAXONOMY.Page ⟼ page.PageReturns the taxonomy page or nil if the taxonomy has no terms. Read More »