Primary

Email Templates

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-newsletters
  • groups-newsletters/email

Then:

  1. Copy the taxonomy-newsletter.php file into the previously-created groups-newsletters/email folder.
  2. 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.