Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jan 21, 2017 12:30 am
Hi, I would like to have the ability to add a featured image to my forums and categories (like for posts).
On bbPress we have to add something like that in our function.php file
add_post_type_support('forum', array('thumbnail'));
add_image_size('forum-category-thumbnail', 1080, 320, true);
But I don't know how to make it happen in wpForo...
Could you please tell us what code we need and where to insert it ?
Thanks.
3 Replies
Jan 21, 2017 3:52 pm
wpForo posts are not WordPress custom post types. You can't use WordPress featured image functions. There is no way to add this in current wpForo version.