Plugin Author
TC.K
(@wp_dummy)
At the Result Page Setting section, you can choose to sort by the type that you want. Date probably is what you looking for.
Sorry, I was unclear. I meant that “date published” should appear as boxes/buttons on the search form itself. Is that possible?
Plugin Author
TC.K
(@wp_dummy)
Yes, it is possible. You can customize the plugin with filters.
Basically,
You can use uwpqsf_form_bottom() action hook to add a custom order input field.
And the value that you get from this field will be passed to the query.
You can use uwpqsf_query_args() for ajax template or uwpqsf_deftemp_query() for default template.