Solved in version 0.9.1
Thanks for pointing it out!
Thanks!
I’m glad you found it useful!
Bye,
Daniele
I’m closing this topic as I received no answer or enough information to understand what the problem is about.
If you are still facing this issue please open a new topic with further information.
Thanks,
Daniele
Hi,
are you referring to the categories dropdown in the shortcode generator or to the front-end?
Can you provide a link to the page and the shortcode you used?
Thanks,
Daniele
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