Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @dennisheiden,

    Thank you for writing in,

    The plugin does not need any action/ filter hooks within the theme. Simply you need to create the folder for user registration on your theme and if you need to edit the dashboard,
    -> Go to wp-content/plugins/user-registration/templates/myaccount/dashboard.php
    -> Copy this file.
    -> Go to wp-content/themes/your-chosen-theme/ and create a folder user-registration and inside this folder create folder myaccount.
    -> Paste the copied dashboard.php file here and edit to your requirements. This file will override the plugin’s file.

    Regards!

    Thread Starter Dennis Heiden

    (@dennisheiden)

    I’m back! Everything is working now. The customer theme was setting the theme root to a sub folder of the theme itself. Moving the user-reg template folder to that subfolder solved the issue.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Template Overwrite’ is closed to new replies.