This is frontend of similar property:
The similar properties will be displayed when you open property single page that same property category.
1. Remove similar properties on single property page.
To remove similar properties, please following these steps:
- Step 1: Go to {root}/wp-content/themes/noo-citilights/framework/admin/noo-property.php.
- Step 2: Find the function: display_detail then remove this code on line: 3756
<?php self::get_similar_property();?>
2. Change the number of similar property.
The similar properties is selected by the select random the same properties type (property_category). To change the number of similar property, please do step by step:
- Step 1: Go to {root}/wp-content/themes/noo-citilights/framework/admin/noo-property.php.
- Step 2: Find the function: get_similar_property() on line: 1754 then change the number of “post_per_page”
‘posts_per_page’ => your number,
You can see image bellow: