1. Home
  2. Knowledge Base
  3. Design & Anpassung
  4. WP-ImmoMakler: Customize real estate data via template & filter

WP-ImmoMakler: Customize real estate data via template & filter

With WP-ImmoMakler, both the presentation and the content of the real estate data can be specifically controlled.


1. number format and separator

Reference to separate article:
➡️ Adjust number format and thousands separator


2. remove fields via filter

Use the following filters to hide certain data:

add_filter('immomakler_property_data_single_keys', function($property_data) {
$remove_keys = [
'objektnr_extern',
];
return array_diff($property_data, $remove_keys);
});
Filter overview:
View Data type Filter name
List view Text data immomakler_property_data_archive_keys
Detailed view Text data immomakler_property_data_single_keys
List view Price data immomakler_property_data_archive_price_keys
Detailed view Price data immomakler_property_data_single_price_keys

 

📌 Note:
Place the filter in the functions.php Your WP-ImmoBroker ChildSkins to ensure update security.

Was this article helpful?

Related Articles

Do you have any further questions?

We are also happy to answer your questions individually and personally!
Get in touch with us