Home Forums Newsletter Plugin Support Post-Images not shown

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9284
    Elke
    Participant

    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 } ?>

    #9289
    Stefano
    Keymaster

    It’s correct: actually Newsletter only extracts the image added to the gallery of the post, since it uses the thumbnail, while extracting an image directly from the post text my lead to have an high res image.

    Ok, I should add an extractor… 🙂

    #9291
    Elke
    Participant

    That would be wonderful! 😀

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.