- Install the wordpress plug in called ‘Widget Logic’ By Mark Maunder, or install a similar plugin that allows you to conditionally control the appearance of widgets.
- At bottom of widget under widget logic paste
is_user_logged_in()
= this widget will only be shown to logged in members (see example screenshot below)
!is_user_logged_in()
= this widget will only be shown to non logged in members (see example screenshot below)