wpForo Forum

wpForo Forum

Number one WordPress forum plugin. Full-fledged forum solution with modern and responsive forum design. Community builder WordPress forum plugin.
Rating:
4.7
star-rating-1star-rating-2star-rating-3star-rating-4star-rating-5
Active Installations:
20000+
Last Updated:
Feb 24, 2025
WordPress Version:
5.1 or higher
Tested up to:
6.7.2

Easy and Light

Full-fledged yet lightweight forum solution for your WordPress website.

Efficient and Professional

Everything you need to run a powerful and professional community.

Multi-layout Forum Plugin

Choose from four modern and responsive forum layouts.

Seamless Integration

Well integrated with popular Profile Builder and Paid Membership plugins.

IMPORTANT NOTES for UPDATE

  • After the update, please delete all caches and purge CDN if you have
  • After the update, please flush Redis Object Cache if you have this cache enabled

wpForo Forum 2.4.0 – 2.4.2 | 24.02.2025

wpForo Forum v2.4 Release Summary

  • Version 2.4.2
  • Security: Fixed issue with manipulation and privilege escalation via hidden parameter
  • Fixed Bug: In some cases user couldn’t see own private topics
  • Fixed Bug: Problem with topic slugs containing negative number (-1234)
  • Fixed Bug: Issue with x.com URL in users profile pages
  • Fixed Bug: Forum tree displaying issue related the secondary user-groups cache
  • ———
  • Version 2.4.1
  • Compatibility: WordPress 6.7
  • Added: Request confirmation before deleting the account
  • Added: Email notification to admins when users delete their account
  • ———
  • Version 2.4.0
  • Added: Export and Import of settings. Allows you to export and import different groups of settings separately.
  • Added: Automatically change a post status to unapproved when an eligible user report it.
  • Added: reCAPTCHA to the [Add Topic] form in stand-alone topic creation page (/add-topic/)
  • SEO Optimization: Prevent indexing dynamic URLs with get parameters for when page is generated after selecting options in dropdown menus.
  • SEO Optimization: Added rel="nofollow" to links in the user activity and favored pages.
  • Changed: Topic and post shortlinks previously showed a 404 error if the content was private or unapproved. Now, they redirect to the login page to authorize the user before displaying the content.
  • New Addon: wpForo – Advanced Reactions

wpForo Forum 2.3.0 – 2.3.5 | 01.08.2024

wpForo Forum v2.3 Release Summary

  • Version 2.3.5
  • Compatibility: WordPress 6.6
  • Changed: Display access title instead of the key in the forum access table
  • Fixed Bug: Issue with deleting own account
  • Fixed Bug: Vulnerability issue (Sensitive Data Exposure)
  • ———
  • Version 2.3.4
  • Fixed Bug: Vulnerability issue (By authenticated (Contributor+ users) SQL Injection)
  • Fixed Bug: Invisible replies in private topics
  • Fixed Bug: Prevent reCaptcha from being checked more than once
  • ———
  • Version 2.3.3
  • Changed: File naming logic of profile cover images
  • Changed: Ordering of forums and sub-forums in Threaded Layout
  • Changed: Using post’s short URL for [post_link] shortcode in email templates
  • Fixed Bug: Performance issue with large number of members
  • Fixed Bug: Permission issue with subscriptions and email notifications
  • ———
  • Version 2.3.2
  • Fixed Bug: Compatibility issue with some page builders
  • Fixed Bug: Dynamic Usergroup and User Role synchronization issues
  • Fixed Bug: Member search ordering issue (used by User Mentioning addon)
  • Fixed Bug: Custom values for max and minimum number of characters in the user password
  • ———
  • Version 2.3.1
  • Fixed Bug: Member search issue when use profile title
  • Fixed Bug: Usergroup and User Role synchronization issues
  • Fixed Bug: Editor focusing issue when using stickers and emojis
  • Fixed Bug: Permission issue for Authors to use Cross Posting addon
  • Fixed Bug: CSS Issue with the red circle notification on the admin bar
  • New Addon: wpForo – Groups Plugin Integration
  • ———
  • Version 2.3.0
  • Added: Option to change wpForo sidebar location (left or right)
  • Added: Red circle notification on the forum menu when there are unapproved posts
  • Added: Extended the max rating level to 14, use wpforo_max_rating_levels hook
    • PHP code snippet example:
    • add_filter('wpforo_max_rating_levels', function($count){return 14;});
  • Improved: Topic search and suggestion when creating a new topic
  • Fixed Bug: Last login is incorrectly displaying current time in Dashboard > Members
  • Fixed Bug: Database Error: Syntax error, unexpected ‘@’, when search words contain @
  • Fixed Bug: Database Error on duplication key in _wpforo_visits table
  • Fixed Bug: PHP Error: Trying to access array on null in /profile-subscriptions.php on line 18

wpForo Forum 2.2.0 – 2.2.10 | 03.01.2024

wpForo Forum v2.2 Release Summary

  • Version 2.2.10
  • Added: New hooks requested by many developers
  • Fixed Bug: Improved the init_current_object() function to avoid PHP errors
  • Fixed Bug: Fix wpforo_urlencode() to lowcase URLs carefully
  • New Addon: wpForo – User Mentioning
  • Addon Update: wpForo – User Custom Field – Added [wpforo-members] shortcode with user fields filters and sorting parameters
  • ———
  • Version 2.2.9
  • Added: Topic type classes to wrapper divs for better styling
  • Added: Classes to all dates in topics and posts
  • Fixed Bug: Vulnerable to Cross Site Request Forgery (CSRF)
  • Fixed Bug: PHP Fatal error when BuddyPress or Ultimate Member is deactivated
  • Fixed Bug: Emoji encoding issue to be saved in utf8mb4 database tables
  • Fixed Bug: rel=”noindex,nofollow” to JS popup login and registration links
  • ———
  • Version 2.2.8
  • Added: Display subforums’ topics with the parent forum topics
  • Added: Can post and can listen to voice posting permissions
  • Fixed Bug: Fixed some font awesome icons
  • Fixed Bug: PHP Fatal Errors
  • Fixed Bug: Problems with options cache
  • New Addon: wpForo – Voice Posting
  • ———
  • Version 2.2.7
  • Improved: Forum search supports exact phrase search and boolean search:
    • For example: “search phrase” for exact phrase search
    • For example: +search +phrase for boolean search (“+” means AND;
    • For example: -“search phrase” for boolean search (“-” means NOT)
    • For example: search* for wildcard search
  • Added: rel=”nofollow” to share buttons and links
  • Updated: Font Awesome to 6.5.1
  • Updated: Replaced twitter share buttons to X, with icons and colors
  • Hooks: Added hooks to display user fields on posts and member list using wpForo User Custom Fields addon
  • ———
  • Version 2.2.6
  • Added: Detecting the timezone from the user’s browser if it’s not set in the account settings
  • Fixed Bug: Vulnerable to Cross Site Request Forgery (CSRF)
  • ———
  • Version 2.2.5
  • Compatibility: Adopted with old 7.x PHP version to avoid PHP errors
  • Fixed Bug: Last post information on forum list
  • Fixed Bug: Forum participants avatars
  • Fixed Bug: Vulnerability to Content Injection
  • Fixed Bug: Vulnerable to Cross Site Request Forgery (CSRF)
  • Fixed Bug: PHP error / Syntax error, unexpected ‘|’, expected variable (T_VARIABLE))
  • Fixed Bug: PHP error / Typed property wpforoclassesCache::$dir must not be accessed before initialization
  • Fixed Bug: PHP error / Argument #2 ($haystack) must be of type array, null given in includes/hooks.php:1528
  • Fixed Bug: PHP error / Trying to access array offset on value of type null in themes/2022/layouts/2/post.php
  • Fixed Bug: Fatal error on user login and registration
  • ———
  • Version 2.2.4
  • Compatibility: WordPress 6.4
  • Added: Hook to control enabled activity types for BuddyPress integration
  • Added: Better performance of Simplified forum layout
  • Changed: Twitter to X, icons and labels
  • Fixed Bug: XSS vulnerability issue
  • Fixed Bug: User registration vulnerability
  • Fixed Bug: Validating uploaded avatar files
  • Fixed Bug: No way to select empty value for dropdown field
  • Fixed Bug: Fatal error: array_merge() argument #2 must be of type array, null given in wpforo/classes/Activity.php:217
  • ———
  • Version 2.2.3
  • Added: New hooks for activity editing and deleting methods
  • Added: Suggesting correct page for setting forum as the home page
  • Fixed Bug: Statistic issue on forum list of the Simplified Layout
  • Fixed Bug: Remove auto-generation of log files
  • Fixed Bug: 404 error when accessing URLs with postid in numeric permalink structure
  • New Addon: wpForo – Paid Memberships Pro Integration
  • ———
  • Version 2.2.2
  • Added: Increase max length of avatar URL field
  • Added: Synchronize user roles and usergroups when roles are updated
  • Fixed Bug: Issue with adding new forum access in non-latin languages
  • Fixed Bug: Secondary usergroups syncing issue with multiple user roles
  • New Addon: wpForo – MemberPress Integration
  • New Addon: wpForo – SureMembers Integration
  • ———
  • Version 2.2.1
  • Fixed Bug: PHP Error with Blog-Forum Cross Posting addon
  • Fixed Bug: Forum board pageid shows “not found” message for Forum Admin
  • Fixed Bug: Permission issue with editing of forum cover image
  • ———
  • Version 2.2.0
  • Compatibility: WordPress 6.3
  • Added: Button to copy a forum with all settings and permissions in dashboard
  • Added: Filter hook to change wpForo forum cache directory wpforo_cache_dir
  • Added: New email shortcodes [user_group_name], [user_secondary_group_names]
  • Added: Improved forum canonical URL generation and filtering unnecessary parts
  • Added: Flexible forum tag separator, hook to change wpforo_tag_separator
  • Added: Shortcode for activity, account, and other forum profile pages
    • For example [wpforo item="activity" id="1"], the id is a user ID
  • Fixed Bug: PHP Fatal error when disable following and subscriptions modules
  • Fixed Bug: Issue with arabic comma in topic tags
  • Fixed Bug: RTL issues with some font-awesome forum icons
  • Fixed Bug: RTL issues with forum tags

Seriously amazing plugin!

By Kim (kimn667) on February 25, 2025

This is an excellent, well-built plugin with all the bells and whistles. It's well documented and the community forum is very responsive (plus, they built it with their own plugin so you can see how well it works in the wild). Really appreciate all the hard work that went into this. Thank you!!!

Le meilleur forum que j'ai trouvé

By caldbrocantes on February 14, 2025

Je cherchai depuis un bout de temps un forum convivial pour mon site, et j'ai flasché sur WPforo qui m'a de suite pour son look.
Je tatonne encore un peu avec toutes les options mais quand je suis perdu l'équipe et là pour répondre à mes questions et ce rapidement ;))

I've been looking for a friendly forum for my site for a while, and I flashed on WPforo which immediately appealed to me for its look.
I'm still fumbling around a bit with all the options but when I'm lost the team is there to answer my questions and quickly ;))

wpforom Menü

By Jens -Uwe Kehrer (bolerkopp) on September 19, 2024

meine seiten die ich im wpforom menü hinzugefügt habe werde zwar angezeigt aber wenn ich zb. die seite impressum anklicke bekomme ich immer die meldung Forum-Seite nicht gefunden fehler 404

NO Import Export Option

By zaabi79 on August 27, 2024

Not Good Plugin No Option of basic Import Export of Forum

Thank you!

By knavic on June 23, 2024

Great Plugin, Great support team! =]

Best forum plugin with advanced features

By bawa98 on June 20, 2024

I can't recommend this plugin enough, if you encounter any problems, they are willing to help in their community and all the features of the plugin is well documented, so if you are experienced or newbie, you can work with this plugin pretty confidently.

Perfect

By maxence755 on June 19, 2024

WPForo is a perfect plugin from all levels (technical, navigation, code ...) and free, thanks to the team, even the support is fast and efficient

High-quality plug-ins

By user1038 on June 4, 2024

wpForo is a highly recommended forum plugin for WordPress users looking to build a robust and engaging community forum. Its extensive features, ease of use, and excellent support make it a standout choice for both beginners and experienced webmasters. While there may be a learning curve for some of its advanced features, the investment in time is well worth the benefits it brings to a community-driven website.

Phenomenal Forum

By lbdesign on May 3, 2024

Forums are hard. It's difficult to please everyone, and there are competing needs in terms of function. But I've found WPForo to be phenomenally feature-rich, as well as stable and performant.

Considering that you can use the free version, or enhance it at low cost, I'm incredibly grateful to the team for making this.

The best forum I've ever met!!!

By last water (mosheaflalo) on April 22, 2024

This forum easily beats all its competitors!
Apart from the design which must be more modern.
And you need to spend a lot of time, thought and strength on this!
But in the meantime the design kits are beautiful, there are a lot of tools and settings.
I love this forum plugin!!!
He is excellent!
and requires improvement.
I will of course give it a 5 star rating!

Try other plugins too!

AnsPress – Question and answer

A free question and answer plugin for WordPress. Made with developers in mind, and highly customizable.

Try Demo More Details

wpForo Forum

Number one WordPress forum plugin. Full-fledged forum solution with modern and responsive forum design. Community builder WordPress forum plugin.

Try Demo More Details

BuddyPress & BuddyBoss Private Community with PMPro – Restrict Profiles, Groups, Messaging, Forum Discussions

Restrict access to communities in BuddyPress & BuddyBoss for free or premium members with the top WordPress membership plugin Paid Memberships Pro

Try Demo More Details
Screenshots
Author Site Author Site

Try wpForo Forum With InstaWP

Contact Sales

Reach out to us to explore how InstaWP can benefit your business.