Hi Olander,
Sorry you had an issue with the template files in the plugin. Each theme author has a unique way of creating themes and becasue of the way we’ve developed the plugin decided that adding a file to the theme was the best way to allow for full creative flexibility.
All you need to do is duplicate the single.php and archive.php and rename them to single-lising.php and archive-listing.php
Inside each of thoes files you add the plugins function after the_post replacing the current info. Working on some videos for other themes.
Single Listing Function
<?php
if ( function_exists('epl_property_single') ) {
echo epl_property_single();
}
?>
Demo of Single Page
https://easypropertylistings.com.au/demo/themes/hueman/property/130-brookmount-drive-ellenbrook-wa-6069/
Archive Listing Finction
<?php
if ( function_exists('epl_property_blog') ) {
echo epl_property_blog();
}
?>
Demo of Archive Page
https://easypropertylistings.com.au/demo/themes/hueman/property/
I’ve setup a demo of the theme here
https://easypropertylistings.com.au/demo/themes/hueman/property/130-brookmount-drive-ellenbrook-wa-6069/
Download the template files here