Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.