Thanks Alex 🙂
Yes you can customise the output of property features using this additional filter:
Documentation epl_property_additional_features_list updated to show you how to remove the features that are in the array.
HOWEVER what you might want to do is build your own set of items to include.
Create a custom template
Create a custom function with the items you want to include:
<?php
// Remove exsisting Features list
remove_action( 'epl_property_tab_section' , 'epl_property_tab_section' );
// New custom features list
function my_custom_features_list_callback() {
// Do nothing if Easy Property Listings is not active
if ( ! class_exists( 'Easy_Property_Listings' ) )
return;
global $property; // Load the lisitng variables
$new_feature_list = '';
$new_feature_list .= $property->get_property_land_value('l');
$new_feature_list .= $property->get_property_building_area_value('l');
// Add more items that you want to output
}
add_action( 'epl_property_tab_section' , 'my_custom_features_list_callback' , 5 );
See the epl_property_tab_section function.
See how you go, we can assist you further with custom coding it part of our Advanced Development service.
Hi Merv,
im sorry. My explanation was wrong.
I would like to Display the Features Living area, Land-Size, and build year on the Blog View.
For more Property Information for the visitors.
The original Features List should stay at the same Place in the Single View, with all the other Standart Features.
Thank you very very much.
By the way: Is there an option to buy all your EasyPropertyListing Extension at once and provide them to my future customers?
Best regards.
[Moderator Note: No bumping, thank you.]
RE: I would like to Display the Features Living area, Land-Size, and build year on the Blog View. For more Property Information for the visitors.
RE: The original Features List should stay at the same Place in the Single View, with all the other Standard Features.
— How to create custom widget templates using the theme template loader
— and/or Custom Template Creation Service
RE: By the way: Is there an option to buy all your EasyPropertyListing Extension at once and provide them to my future customers?
— Yes, see the Core Bundle