Notifications
Clear all

wpForo 1.x.x [Closed] How to add thumbnail/featured image to forum and category

4 Posts
4 Users
1 Likes
4,011 Views
Posts: 2
Topic starter
(@raiseup)
New Member
Joined: 7 years ago

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
Robert
Posts: 10498
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

2 Replies
(@chocovo)
Joined: 3 years ago

Eminent Member
Posts: 13

@robert And now? 6 years have past.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Hi @chocovo,

This feature is planned for 2.0 version.