Listeo is one of the most popular Listin and Directory theme for WordPress. This page is only about to provide a Nulled version of the theme for free. The free download link is below and the link to their Themeforest page to have more information, features and demos
Various Map Providers
Google Maps API pricing got you down? You can use alternatives like OpenStreetMap, MapBox, Bing Maps, Thunderforest or HERE maps.
What’s more Listeo supprorts also location autocomplete feature powered by OpenStreetMap which means that you don’t need to use Google API even for this. It’s exclusive to Listeo – not found in other themes! We took care to develop it with best UX/UI practices and it works as good as Google’s autocomplete.
Dark Mode
Listeo features stunning Dark Mode for dark-theme lovers. An Excellent user experiance especially in low-light environments.
Private Messages
Listeo comes with smart private messaging system wherein users and listing owners can contact each other.
Multi-Criteria Reviews
Multi-criteria ratings allow users to express more differentiated opinions. Criterias are easily configurable and you create them as many as you wish.
Google Reviews
Add social proof and authenticity! Listeo allows to embed Google Reviews on listing pages without forcing users to use Google Business API.
Automatic Notifications
You can set-up automatic email notifications about bookings, payments, listing expiration and others. Content of messages can be easily changed in options!
One Click Demo Install
Demo content installation never been easier. You can install Listeo with just a few clicks!
iCal Sync
Listeo features tool that allows you to synchronise your bookings and availability through different platforms.
Changelog
Version 1.9.67
FIXAnother even better fix for “upcoming events” sorting 🙂
FIXFix for missing filename on upload type input in My profile and Add Listing form
FIXFix for time slot picker showing past time slots (it was ignoring timezone setting before)
FIXFix for upcoming booking notification
FIXFix for paid Claim listing with Subscription package type
FIXFix for expiring listing notification for listings that are not published
FIXFix for wrong rating filter
NEWIf you allow user to change role, it will use Vendor role instead of Owner if Dokan is installed
NEWListeo Owner Widget has now option to be used in Classified Listing
FIXFix for duplicated description on listing taxonomy archive
FIXFix for region term not showing on single listing view
NEWFilter to change the top button “Add Listing” url, example:
add_filter('listeo_submit_page', 'listeo_submit_page_change');
function listeo_submit_page_change($submit_page)
{
$submit_page = 99; // where 99 is the page id you want to use
return $submit_page;
}
FIXFix for a shortcode function name that could cause a crash on wordpress.com hosting
FIXFix for “grid gallery” popup if it has only one image added
FIXSmall CSS updates