Mar 29, 2024 9:40 pm
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
Apr 01, 2024 8:31 am
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
Apr 02, 2024 12:58 am
What are the table name for all the post? Also can you send the documentation link of these classes and methods?