Notifications
Clear all

[Solved] WP_Query all the post to get the images

4 Posts
2 Users
0 Reactions
294 Views
Posts: 3
Topic starter
(@xyberuz)
Active Member
Joined: 7 months ago

How can I display the images of all the forum post based on certain topic's slug using WP_Query

I tried to search the community and the documentation if its done before but I can't find any.

Is this possible?

3 Replies
Sofy
Posts: 4773
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Since wpForo stores all data in separate tables and doesn't use wp_posts, you cannot utilize wp_query. All customization should be done using wpForo classes and methods.

We currently offer paid plugin customization and PRO support services through the gVectors Team. If you're not familiar with coding, you can contact them for assistance: https://wpforo.com/pro-support/#customization

Posts: 3
Topic starter
(@xyberuz)
Active Member
Joined: 7 months ago

What are the table name for all the post? Also can you send the documentation link of these classes and methods?

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4773

@xyberuz

What are the table name for all the post?

All tables related to wpForo have the prefix "wpforo_" in their names.

Also can you send the documentation link of these classes and methods?

We're really sorry, but the documentation is not available at the moment.