Hi,
I am using ASP to list and search posts (news articles). The ordering is currently set with relevance as primary ordering and publication date as secondary.
The client wants to have a “sticky” post feature, so they can pin a post on top of the results list doesn’t matter the date or relevance.
When editing a WordPress post, under “Visibility”, there is an option “Stick this post to the front page”.
Does ASP support this kind of “sticky” feature?
If not, I thought of adding a custom field and use it as the primary ordering setting, but then I will not be able to use relevance. Is there a way to add a 3rd ordering setting?
Thanks!