Newsletter Artisan
Newsletter Artisan allows you to create dynamic newsletters using your posts form Wordpress CMS as content.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3878 days ago
Is Newsletter Artisan abandoned?
Possibly abandoned (last update 3878 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Newsletter Artisan allows you to create dynamic newsletters using your posts form WordPress CMS as content. One of the features is that you are able to create a showcase of themes for your newsletters. These can be used in everyday work by content editors to updated your subscribed website users about new posts on the page.
Newsletter developers can use Newsletter Artisan to create new themes inside of WordPress CMS. To get the data all you have to do is to use Mustache syntax and reference objects documented.
Arbitrary section
Below is an example theme. You can use it to get your project up and running. You may find the same code in ‘template_snippets’ folder of the plugin.
{{date.mday}} {{date.month}} {{date.year}}
{{# marked_posts }}
{{# . }}
{{post_title}}
{{post_excerpt}}
Read full story
{{/ .}}
{{/ marked_posts }}
® Newsletter Artisan WordPress Plugin
link to the text version
link to unsubscribe
Installation
This section describes how to install the plugin and get it working.
e.g.
- move ‘newsletter_artisan’ folder to ‘src/wp-content/plugins/’ directory of your project
- move ‘theme_file/newsletter_artisan.php’ file to ‘src/wp-content/themes/[your theme name]/’ directory of your project
- create a blank page in WordPress management panel – select ‘Pages’ and than ‘Add New’
- select ‘Newsletter Artisan’ as the template used for the page and publish the page
- activate the plugin in the ‘Plugins’ section of WordPress
- Done. After following those steps you should see ‘Artisan’ section inside of the WordPress panel. You can start creating your own themes.
You can start from coping the code from ‘nesletter_artisan/template_snippets/’. You should have basic theme added.
Frequently Asked Questions
How to update the Newletter Artisan plugin?
The plugin should be updated automatically using WordPress plugins udpates. You should see a notification about the release of a new version in the admin panel. Next all you have to do is push the updated button. The plugin and wordpress should do all the magic for you.
How can I test if my newsletter is working on different clients?
You can use external software to do that. Litmus is a very good example of it – https://litmus.com/email-testing. It’s expeccially useful if you are planning to support mobile clients.
Review feed
Screenshots

This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets directory take precedence. For example,
/assets/screenshot-1.pngwould win over/tags/4.3/screenshot-1.png(or jpg, jpeg, gif).
Changelog
1.0.1
errors handling after fresh installation
1.0.0
new ui, added ability to create ads inside of posts list, bug fixes
0.8.11
updates and some minor bugfixes
0.8.9
files rearangement for the purpose of automatic updates
0.8.7
Hardcoded files paths fixed as requested.
0.7.0
Upload of thumbnails for each theme created by the user.