Skip to main content

Make the community be the root of the domain.

At the moment, I see that fluent community has to be in a domain/directory. I want mine to be on the root domain. Is that possible? If so, how can I do it?

Mat β€Ž

Brian MangiΒ you can remove the slug completly and use the root/apex/naked domain only - please read this post: step by step instruction

wp-config.php file code snippet:

define('FLUENT_COMMUNITY_PORTAL_SLUG', '');

For the case where you completely want to remove the /portal slug (AFAIR) the custom code need to be placed in wp-config.php file

Great minds already though about this case before haha.

Gee Adriaansz

Mat β€ŽΒ This solution didn’t work for me… and I know others experienced similar issues. I tried it, but it caused errors in my community, such as courses becoming inaccessible. As a result, I had to revert the changes. I'm really looking forward to this feature being officially released instead of relying on a code snippet to fix it Shahjahan JewelΒ Please make it happen! 😍

Mat β€Ž

Gee AdriaanszΒ this code snippet is located in the WPMN official github repo and if there are any issues then Ninjas should fix it one day as many other reported bugs.

Ref: https://github.com/WPManageNinja/fluent-community-docs/blob/master/code-snippets.md#portal_slug

Gee Adriaansz

Mat β€ŽΒ Yes, I know... but it's a long wait till it's fixed one way or another :)