Skip to content

How to Override Template

We have implemented woocommerce like template override system which means, you can override any template/view layer of this plugin in your theme. For this plugin, mainly admin interfaces of custom screens can be overridden. The frontend tour modals cannot be overridden as they load using JavaScript.

For core plugin: wp-content/plugins/comfortresume/templates
For pro addon: wp-content/plugins/comfortresumepro/templates

To override any file from your theme you have to create a folder called comfortresume inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder comfortresume. The process is same as the woocommerce theme file override.

Released under the MIT License.