Great question @iroller. You can actually add thumbnails yourself as long as you’re comfortable with coding by using the built-in templating system in the plugin. Here are the steps you would need to take:
- Copy either
/templates/opps-list-one-time.php or /templates/opp-list-flexible.php from the plugin’s folder into a folder within your theme called wivm.
- Add in
the_post_thumbnail() or whatever other code you want to display directly into the copied template.
- The plugin will now use your template to display the opportunities and you can still update the plugin without losing your changes.
I hope that’s helpful. Let me know if you have any other questions.
Jonathan
Wired Impact
Thanks. I will give that a go.
No problem and good luck!