- Create some article nodes
- Install views and create a view called latest_articles
- Activate the core module PHP filter
- Goto admin/newsletters/templates/mail and edit the default template (or create a new one)
- Choose "PHP code" as Text format and paste the following code in your template:
<?php
$view = views_get_view('latest_articles');
$view->set_display('default');
print $view->preview();
?> - Done: goto admin/newsletters/create-send/new and send your newsletter
At "Drupal Experts" we have tried to cover wide range of experience and solutions from various professionals and try to keep good knowledge of online environment. We have taken information from various websites and professionals so it can be concluded into one platform. We are updating our blog so please be patient.
Friday, November 6, 2015
How to embed a latest article view in your newsletter
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thanks for your comment.