Add new display area for some attributes

I’m looking to incorporate a new display section on the listing-view page or single listing page. Specifically, I aim to showcase certain attributes beneath the map and others either above the map or below the listing title. Any insights or advice on how to achieve this would be greatly appreciated!
Here is the required view

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation. But we plan to add this feature in the next updates. If you are familiar with WordPress coding, we can provide general recommendations for this customization.

I know about the coding, please share the recommendations, can I add the new display_area?

any updates?

How can I display the values of multiple-select, currently it’s only displaying with comma seperation, I want to display each with the icon, how can I do this using custom code? In the class-select.php file there is logic for how the form will look like only.

Sorry for the delay. It’s possible, but requires a custom implementation. You can try using the display value hook Filter: hivepress/v1/fields/{field_type}/display_value | HivePress Hook Reference for this purpose, but some condition there is required to avoid affecting all the select fields on your site.

Hope this helps.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.