Forums Forums Search & Filter Pro Show meta data in results list

Viewing 6 posts - 11 through 16 (of 16 total)
  • Anonymous
    #170660
    This reply has been marked as private.
    Trevor
    #170683

    Ah, no. However, I think what you want is for it to look like the home page?

    It will be necessary to custom code the results.php

    I will pick this up tomorrow.

    Anonymous
    #170685
    This reply has been marked as private.
    Trevor
    #170687

    I will write some code for you tomorrow.

    Trevor
    #170723

    These fields are made with ACF Pro?

    If so, you use get_field, like this:

    <?php
    $value = get_field( "text_field" );
    if( $value ) {
      echo $value;
    } else {
      echo 'empty';
    }
    ?>
    Anonymous
    #172472

    Hi,
    sorry for the delay but i finally did it!
    http://www.ma-maison.it/prova-plugin-ricerca/?_sfm_estate_property_bedrooms=2-%2C-2.5-%2C-3&_sfm__estate_property_price=0+1500000
    they were ACF, made by the theme, so looking for the file in the lib I find out the extact slug.

    Thank you very much,
    you were very kind and professional!

Viewing 6 posts - 11 through 16 (of 16 total)