Retrieves a list of published posts.
The listPosts()
function returns a Promise that resolves to a list of up to 100 published posts.
Using the options
parameter, you can filter your list of posts, set the amount of posts to be returned, and sort your list in a specified order.
By default, the list is sorted by firstPublishedDate
in descending order, and the amount of posts returned is 50.
Sort, filter, and paging options.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.