Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter IAS UMN

    (@ias-umn)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort by date post was published?’ is closed to new replies.