Created
November 26, 2024 14:21
-
-
Save imperialjeff/8654f23c655801479eb134fd07f558ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- if( !empty($similar_properties) ) { --> | |
<div class="cw-similar-properties-wrapper"> | |
<h3>Similar Properties</h3> | |
<?php echo do_shortcode( '[similar_properties property_id=' . $property->id . ' per_page="2" price_percentage_bounds="25"]' ); ?> | |
</div> | |
<!-- } --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment