How do you make the community the homepage?
I am getting different procedures for this. What is the right way to do it?
You mean without the '/portal' slug? If yes,
define('FLUENT_COMMUNITY_PORTAL_SLUG', '');
Use it in a snippet plugin.
I am getting different procedures for this. What is the right way to do it?
You mean without the '/portal' slug? If yes,
define('FLUENT_COMMUNITY_PORTAL_SLUG', '');
Use it in a snippet plugin.