I'm using this plugin to display certain post on a page and I'm also using it to display the same posts in the sidebar on other pages.
On the page I want a medium thumbnail, title, and excerpt (no author, date, and other meta info). On the sidebar I want a small thumbnail and title only.
I can accomplish this by choosing the_excerpt display option, hiding the unwanted information and changing the thumbnail sizes with css. But Is this the best way of achieving this? Or are there settings that I missed?