Everything works fine. Thanks for this plugin! 🙂
Only one thing doesn’t work: The images out of the blog-posts aren’t shown.
I insert them in the posts manually (not with the wordpress-upload-funktion).
They are looking all like this:
<a href="http://www.link.de" target="_blank"><img class="alignnone" title="title" alt="" src="http://www.link.de/image.png" width="450" height="240" /></a>
Is there any possibility to tell the program something like this “please take the first image, you find in every blog-article”?
This is my code in theme.php:
<a target="_blank" href="<?php echo get_permalink(); ?>"><img class="aligncenter" width="450" height="240" src="<?php echo newsletter_get_post_image($post->ID); ?>" alt="text"></a> <?php } ?>