Theme template examples for the Groups Newsletters WordPress plugin.
This repository gathers theme-specific templates for the legacy templates in Groups Newsletters.
Groups Newsletters automatically integrates with themes.
If you would like to adjust the way things are displayed, you can use WordPress’ template system to customize how stories and newsletters are rendered. Depending on the theme, specific templates for stories and newsletters might be needed to display these correctly.
In your active theme, add a groups-newsletters directory. You can provide template files in that folder for the type of page you want to customize, for example:
single-story.php used to display a story
taxonomy-newsletter.php used to display a newsletter
Default templates, which can also be used to derive your own, are provided in the plugin’s templates directory.
Included are default single-story.php and taxonomy-newsletter.php templates.
These are child themes for popular themes:
- Avada : Groups Newsletters Avada
- Divi : Groups Newsletters Divi
- Genesis : Genesis Sample
These child themes integrate templates for Groups Newsletters. The can be used directly or to adapt the templates in your own child theme.
If you want to create theme-specific templates, you can base those on the examples in the Groups Newsletters Templates repository on GitHub or on the examples that are provided in the plugin's templates directory.