I just started using the Favorites plugin as a very inexperienced coder and just need help figuring out how to make some changes.
I want to include thumbnails when using the \[user\_favorites\] shortcode. Their site says this about doing that:
**How do I include the post thumbnail in the favorites list?**
As of version 2, the thumbnail may be included by setting the shortcode parameter in the \[user\_favorites\] shortcode: include\_thumbnails=”true”. To display a size other than “thumbnail/small”, include a size parameter: thumbnail\_size=”large”. Additionally, the listing content may be fully customized using the steps outlined in the above answer.
I simply don’t know where to make this change.
I also would like to display certain ACF fields upon using the same shortcode. If the former problem is solved by changing code file, I have the code for displaying the ACF fields and could put that in then too.
Thanks in advance to anyone who can help!
[ad_2]
Instead of having `[user_favorites]` in your post you would have `[user_favorites include_thumbnails=”true”]`