Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arena

    (@arena)

    Related Posts Thumbnails plugin is using the filter ‘the_content’

    add_filter( 'the_content', array( $this, 'auto_show' ) );

    if you want to remove this from your mails, you have to discard this filter in your mailpress theme functions.php file.
    something like :

    global $related_posts_thumbnails;
    remove_filter( 'the_content', array( $related_posts_thumbnails, 'auto_show' ) );
    Thread Starter Cheryl Fahling

    (@cheryl-free)

    I’m using MailChimp instead. It does everything perfectly. Thanks anyways.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MailPress] Related Posts Thumbnails’ is closed to new replies.