Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,714
- Creating & Extending
- 25,797
- Requests & Feedback
- 9,504
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,182
-
To do this kind of thing I use the ‘widget logic’ plugin, you can then add a login/register link in the sidebar and make it only visible to non logged in users with a code like this, theres loads of examples in the widget FAQ:
!is_user_logged_in()
hope that’s useful