Realteo has separated folder for all the templates that are used to display single properties and property archives. Those templates Ā files can be overridden via your theme if you want to customise them. To override a template, move it toĀ yourtheme/realteo/, keeping the path within ā€˜templatesā€™ intact.

So for example, you’d like to change the part that displays Details on single property view. To do that, copy file wp-content/plugins/realteo/templates/single-partials/single-property-details.php to wp-content/themes/yourtheme/realteo/single-partials/single-property-details.php and you can customize the file as you need. It will be used instead of the core template file. This also supports child themes, so you can put that file directly to your child theme.

Please note, if these files are updated in the core plugin, you may need to update your custom version in the future to maintain compatibility. Therefore it is advised to only override the template files you need to customise.