This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Accessing the index outside of the search form (e.g. for post loop)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Accessing the index outside of the search form (e.g. for post loop) Reply To: Accessing the index outside of the search form (e.g. for post loop)

#47099
Ernest MarcinkoErnest Marcinko
Keymaster

Sure Peter!

The custom field order is a bit tricky, I don’t think it’s documented either, but this should work:

  'post_primary_order' => 'customfp DESC',
  'post_primary_order_metatype' => 'numeric',
  '_post_primary_order_metakey' => 'post_views_count',