Property listing layout improvement needed

  • zenoni
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 11 months ago #30740 by zenoni
Hello

Please could you improve the Property listing layout so that the latest listings can be shown on the frontpage. Currently this latest listings feature is only available in Featured properties, but I need to show latest regular listings on the frontpage.

Please could you implement this feature.
Attachments:
The following user(s) said Thank You: Aydın

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #30742 by Mr. Dam
Hi,
You can modify it by yourself. Please follow these steps:
1. Open file listing.php
2. Find function listProperties
3. In that function, please find $query .= " ORDER BY a.isFeatured desc, $orderby $ordertype";
and change to
$query .= " ORDER BY $orderby $ordertype";
Good luck,
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam