At WordCamp Europe in KrakΓ³w, I sat down with Remkus de Vries, and he asked for pages inside spaces and explained exactly why he needed them. That conversation stuck with me, so this one is dedicated to him.
Pages for Spaces
Every space has a Pages tab now.
- Written in the normal block editor, so it can be anything: welcome guide, rules, resource list, FAQ, course outline
- Order the pages however you want
- Comments on or off, per page
- Multiple page templates
Your community can show up on LLMs now
Until now, when ChatGPT or Claude visited your community, they got a blank page. The portal renders in the browser, so crawlers saw nothing.
Now the portal serves real HTML to anything that isn't a browser. Posts, spaces and courses show their actual content. So search engines can index your threads, AI tools can cite your answers as LLMs love real conversations and communities.
Privacy: it only ever renders what a logged-out visitor is already allowed to see. Private and secret spaces are not rendered at all. Nothing changes there.
Also in this release
- Push notifications clear the matching badge when you open them, and in-app toasts no longer double up with push
- Settings screens are proper routes now, so the back button works
- Faster Pages Manager and a faster popular times report
- Better dark mode, and the space header menu and toasts fixed up for phones
- New action hooks for lesson and section events, if you build on top of this
- Fixes: iOS lesson scrolling, video uploads showing as links, daily digest not going out same day, quiz submission with no enabled questions, stale space cache, PHP 8.1 notices, and more strings opened up to translators
Full changelog: https://fluentcommunity.co/blog/fluentcommunity-2-10-0/
Please share your feedback on these new features in the comments.
This is the error message I got from uploading the last version of fluent community. I lost access to Wordpress instantly after uploading.
I have contacted FC support that told me what to ask Hostinger support, which is a mere AI bot. I confirmed all the steps it offered to do (such as deactivating several plugins), to no avail. Itβs a catastrophe. I donβt know what to do.
Does anyone know what may have happened?!
Is it possible to change the default page people see when they log in through the app?
I run a yoga membership, and instead of members seeing the Feed first, Iβd like them to land directly on a specific page β in my case, the video catalogue.
Ideally, when they open the app, the video catalogue would be the first thing they see, with the Feed as a secondary option.
Is there a way to change the default landing page from the Feed to another page?
I think that Spaces take so much room on screen. Why not give them a compact look like in the prototype below? (Second screenshot is Spaces as they look now).
That would concerned Spaces in the portal but also in oneβs profile.
Thank you!
Today I noticed that ordering photos is not possible in any way. Does not matter which photo from bulk photos you choose first, it still upload same way. Can dev team cosinder adding feature to change photos ordering or atleast make it respect in which order user choose photos from gallery?
Why i can not see the photos load the banner and most o the menu links disapeared!!
Does anyone know if having a title makes a difference in terms of how likely a post is to appear on Google? If so, is there any solution for communities that prefer using posts without titles?
Also, I noticed that when titles are disabled in the community, Google Search shows generic "User posted at Community" title. How to solve this?
It would be nice to have buttons only for admins. Without a space.
Or do i miss something?

Will be the images visible in browser (outside the community) if itβs post in a privat space?
I think new pages system for spaces completely broke WP pages rendered inside fluent community. I use your theming snippet. Half of my website is useless.
If I, as an admin, want to move a post to another space, I receive the following error:
The author is not a member of the selected space
I know the user is not a member of the target space. I just checked the related code in FeedsController.php:
if (!Helper::isUserInSpace($existingFeed->user_id, $newSpaceId)) {
return $this->sendError([
'message' => __('The author is not a member of the selected space', 'fluent-community')
]);
}
$newSpace = Space::findOrFail($newSpaceId);
// check if the current user is admin
if (!$user->hasPermissionOrInCurrentSpace('community_admin', $newSpace)) {
return $this->sendError([
'message' => __('Sorry, you do not have permission to change the space for this post', 'fluent-community')
]);
}
I think the logic could be improved. If the current user is an admin, they should be able to move the post regardless of whether the author is a member of the target space.


