Pages methods
Use these methods with a collection of Page objects.
Use these methods with a collection of Page objects.
PAGES.ByDate ⟼ page.PagesReturns the given page collection sorted by date in ascending order. Read More »
PAGES.ByExpiryDate ⟼ page.PagesReturns the given page collection sorted by expiration date in ascending order. Read More »
PAGES.ByLanguage ⟼ page.PagesReturns the given page collection sorted by language in ascending order. Read More »
PAGES.ByLastmod ⟼ page.PagesReturns the given page collection sorted by last modification date in ascending order. Read More »
PAGES.ByLength ⟼ page.PagesReturns the given page collection sorted by content length in ascending order. Read More »
PAGES.ByLinkTitle ⟼ page.PagesReturns the given page collection sorted by link title in ascending order, falling back to title if link title is not defined. Read More »
PAGES.ByParam PARAM ⟼ page.PagesReturns the given page collection sorted by the given parameter in ascending order. Read More »
PAGES.ByPublishDate ⟼ page.PagesReturns the given page collection sorted by publish date in ascending order. Read More »
PAGES.ByTitle ⟼ page.PagesReturns the given page collection sorted by title in ascending order. Read More »
PAGES.ByWeight ⟼ page.PagesReturns the given page collection sorted by weight in ascending order. Read More »
PAGES.GroupBy FIELD [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by the given field in ascending order. Read More »
PAGES.GroupByDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by date in descending order. Read More »
PAGES.GroupByExpiryDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by expiration date in descending order. Read More »
PAGES.GroupByLastmod LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by last modification date in descending order. Read More »
PAGES.GroupByParam PARAM [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by the given parameter in ascending order. Read More »
PAGES.GroupByParamDate PARAM LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by the given date parameter in descending order. Read More »
PAGES.GroupByPublishDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by publish date in descending order. Read More »
PAGES.Len ⟼ intReturns the number of pages in the given page collection. Read More »
PAGES.Limit NUMBER ⟼ page.PagesReturns the first N pages from the given page collection. Read More »
PAGES.Next PAGE ⟼ page.PageReturns the next page in a page collection, relative to the given page. Read More »
PAGES.Prev PAGE ⟼ page.PagesReturns the previous page in a page collection, relative to the given page. Read More »
PAGES.Related PAGE ⟼ page.PagesReturns a collection of pages related to the given page. Read More »
PAGES.Reverse ⟼ page.PagesReturns the given page collection in reverse order. Read More »