Pages methods
Use these methods with a collection of Page objects.
Use these methods with a collection of Page objects.
PAGES.ByExpiryDate ⟼ page.PagesReturns the given page collection sorted by expiration date in ascending order. 詳しく見る »
PAGES.ByLanguage ⟼ page.PagesReturns the given page collection sorted by language in ascending order. 詳しく見る »
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. 詳しく見る »
PAGES.ByPublishDate ⟼ page.PagesReturns the given page collection sorted by publish date in ascending order. 詳しく見る »
PAGES.GroupByDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by date in descending order. 詳しく見る »
PAGES.GroupByExpiryDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by expiration date in descending order. 詳しく見る »
PAGES.GroupByLastmod LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by last modification date in descending order. 詳しく見る »
PAGES.GroupByParam PARAM [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by the given parameter in ascending order. 詳しく見る »
PAGES.GroupByParamDate PARAM LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by the given date parameter in descending order. 詳しく見る »
PAGES.GroupByPublishDate LAYOUT [SORT] ⟼ page.PagesGroupReturns the given page collection grouped by publish date in descending order. 詳しく見る »