Custom themes
You most likely want to change the looks and feels of the pages and widgets in this plugin. There is a recommended way to do this.
Lets assume your current theme is called 'my-custom-theme' which is also activated. In order to override the templates of this plugin, you create a new subfolder called eduframe
within the directory of your custom theme like this: /wp-content/themes/my-custom-theme/eduframe
. In the folder /wp-content/plugins/eduframe/templates
you will find all the default templates. Here you can find the template you want to change, copy it to eduframe
folder in your custom theme and change it.
Make sure that the folder structure and names of the files in /wp-content/themes/my-custom-theme/eduframe
match that of /wp-content/plugins/eduframe/templates
.
Changing the files in /wp-content/plugins/eduframe
will prevent you from updating the plugin without problems. If you do we cannot guarantee the correct working of the plugin.