Jul 13, 2025 3:27 pm
How to hide the footer stats from guest? I run a private forum for wordpress developers. please see image as it shows on any guest preview.
5 Replies
Jul 13, 2025 3:57 pm
I'm current using a custom css to hide the footer.
body:not(.logged-in) #wpforo #wpforo-wrap #wpforo-footer { display: none !important; }
Jul 14, 2025 12:11 pm
Guest has nothing selected in the userrights and still can see the stats, but for now I just used css to hide it. Till I have time to debug it.
Jul 15, 2025 12:38 pm
Sofy,
I don't think there is a plugin conflict, but for now I will just use the css trick.
Thanks,
Q