Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi Ryan, thank you!

    Excerpt and featured image are exactly what I’m going to add in the next release.

    For now you can edit the plugin file and add the lines you need to the output (lines 70/79).

    You could add something like:
    $output .= '<p>' . get_the_excerpt() . '</p>';

    or:
    $output .= get_the_post_thumbnail();

    I hope this will help

    Bye,
    Daniele

    Thread Starter ryan1107

    (@ryan1107)

    Thanks very much Daniele!

    Can’t wait for a further release 🙂

    Good Luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excerpts and Images?’ is closed to new replies.