How to make your own template
-
Hello,
One of the questions I have been asked a lot recently is “How do I create my own mail templates?”, here is an explanation:
—
Let’s assume your WordPress theme is called “twentyfifteen”, open the plugin’s folder /wp-content/plugins/wp-mailer/templates/ and copy the following two files:
wpm-default.php wpm-default.png
to your theme folder /wp-content/themes/twentyfifteen/ but rename to something like:
wpm-mythemered.php wpm-mythemered.png
And then modify to your wishes (it is important to keep the wpm- prefix),
Bear in mind that you will also need to update the header in the .php file.
/* Template Name: My Theme Red Template Author: Richard Template Website: https://www.mywebsite.com Template Description: Richard red theme for WP Twenty Fifteen */
This will now appear in the Templates section of WP Easy Post Mailer.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to make your own template’ is closed to new replies.