Display the Unique ID in property listing and so on…
-
Hi
To display the property unique ID I first tried this :
<?php do_action('epl_property_unique_id'); ?>
but it was not working for me, so… my solution :
(in …/mytheme/easypropertylisting/loop-listing-blog-default.php)<!-- Property Unique ID --> <div class="property-unique-ID"> <?php echo $property->post->property_unique_id; ?> // it works! </div>
If it can help someone ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display the Unique ID in property listing and so on…’ is closed to new replies.