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

Reply To: Custom field values in Horizontal Results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Custom field values in Horizontal Results Reply To: Custom field values in Horizontal Results

#21758
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Don,

Well, it’s not possible to do that via that feature. You will need a custom code instead. There is knowledge base article here on how to do that.
The number format code should be placed below this line in that code:

if ( !empty($meta_value) ) {

..something like:

if ( !empty($meta_value) ) {
    $meta_value = number_format($meta_value);