gleung
11 years agoMentor
Feature a blog post
Is there are way to 'feature' a blog post so that it appear at the beginning of the blog articles list?
Sign in to react to this post
Hi gleung,
We've done something similar in our community by creating a custom component, in our case we've used it to promote the latest blog article but you could change it to pull a featured article (when you feature it from the Options menu).
The API call below will return the latest featured blog article
/restapi/vc/threads/style/blog/featured?page_size=1&featured_threads.sort_direction=descending
If you want to return more than 1 featured article you can increase the page_size value or remove it to produce a complete list.
Let us know if this helps.