Theme My Login is a plugin that allows us to adapt all elements related to: Registration, Login, … of a WordPress site to our needs.
Inside the plugin folder, we find the templates in the “templates” folder. As is standard practice, we should not modify these templates directly. We can copy them to the root of our theme and modify them there. From that point on, those templates will be used by our site, without a plugin update affecting the changes made.
The templates are:
If we don’t want to fill the root of our theme with files and more files, we can use the theme-my-login-custom.php file that is created in the root of the wp-content/plugins folder and change how this plugin searches for templates. In our case, we want them to be inside the “login” folder in our theme (wp-content/themes/ourtheme/login), just to keep our code organized.












Comments