Holiday Notice:

Please note that our team will be on holiday from 31st March to 2nd April 2025. During this period, there may be slight delays in our response time. We appreciate your patience and understanding.

Thank you for your continued support!

Okay
  Print

Template structure & Overriding templates via a theme

Tuturn template files contain the markup and template structure for the front end of your site.

Template files can be found within the <b>/plugins/tuturn/templates/</b> directory:

How to Edit Files:

Copy the template into a directory within your theme named /tuturn keeping the same file structure but removing the /templates/ subdirectory.

Example: To override the admin order notification, copy: 

wp-content/plugins/tuturn/templates/registration.php to wp-content/themes/yourtheme/tuturn/registration.php

wp-content/plugins/tuturn/templates/search-instructors.php to wp-content/themes/yourtheme/tuturn/search-instructors.php

The copied file will now override the Tuturn plugin default template file.

Warning: Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.