AI Search
Classic Search
Notifications
Clear all
May 10, 2025 1:43 am
Will do, thank you!
May 11, 2025 9:20 am
If the "menu bar" you want to keep is from wpForo's own template, you can:
-
Use a custom menu with only the links you want.
-
Remove
Profile,My Posts, etc. using:
add_filter('wpforo_menu_user_items', function($items){
unset($items['profile']);
return $items;
});
place this in your functions.php
May 14, 2025 8:10 pm
Thanks so much Sofy, I appreciate all your support.
Page 2 / 2
Prev