The plugin includes a default email template for Newsletters, taxonomy-newsletter.php, located in the plugin’s templates/email folder.
To customize this template, create the following subfolders in your theme’s root directory:
groups-newslettersgroups-newsletters/email
Then:
- Copy the
taxonomy-newsletter.phpfile into the previously-createdgroups-newsletters/emailfolder. - Modify the copied file as needed. This customized template will override the default one and be used for Newsletters.
Important Note: We recommend against editing the taxonomy-newsletter.php file directly within the plugin itself, as once you update the plugin, all your changes will be overwritten. Also, if you are not using a child theme yet, you should create one and add the file there.
