May 09, 2025 9:43 pm
Will do, thank you!
May 11, 2025 5: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 4:10 pm
Thanks so much Sofy, I appreciate all your support.
Page 2 / 2
Prev