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?
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.
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.