• jakobe75

    (@jakobe75)


    How can the main page property slider be edited to show data from specific fields instead of “bedrooms” or “Bathrooms”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jakobe75

    (@jakobe75)

    in property-slider.php I see that I can change the instances “bathrooms” to something like “garage”…..which is fine, but now, what if I wanted to pull in data from a custom additional field that I have added? What would be code for that?

    $property_bathrooms = isset( $property_meta_data[ ERE_METABOX_PREFIX . ‘property_bathrooms’ ] ) ? $property_meta_data[ ERE_METABOX_PREFIX . ‘property_bathrooms’ ][0] : ‘0’;

    I see that “property_bathrooms” is not stored the same in the database as my custom field ID of “number-boatdocks”. So just interchanging the code in the method I used for Garages doesnt work as expected.

    Any suggestions?

    saferestatecom

    (@saferestatecom)

    I have this same problem to add a only Featured ( Promotion ) Property Listings. But thy to add this in shortcodes and dosent work… Try to use eny Elementor Widgets Post, is ok, can add Data, Author, Type Property but Cant add only Propotion Listings. Can Propotion only in Lef or Right Widgets theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit property slider details?’ is closed to new replies.