Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Blog GetEntries

Avatar

Level 1

Hi,

   I am using blog.getEntries() to fetch entries in the blog. I was wondering if these blog entries returned are sorted? if so, is it sorted based on published date or jcr:created date?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Blog entries will be sorted in descending order by their published dates. If still unpublished, the date of the last modification, or finally the creation date will be used.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Blog entries will be sorted in descending order by their published dates. If still unpublished, the date of the last modification, or finally the creation date will be used.