Notifications
Clear all

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.

 

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

4 Posts
4 Users
1 Reactions
4,356 Views
Posts: 2
Topic starter
(@raiseup)
New Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 4 years ago

Eminent Member
Posts: 13

@robert And now? 6 years have past.

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

Hi @chocovo,

This feature is planned for 2.0 version.