I’ve a created WordPress membership site using wishlist member plugin. But I want to have different header.php based on different logins.
Eg: Users are: Print, Web and Free
- When Free user logs in – I want header1.php to load and stay till he logs out
- When Print user logs in – I want header2.php to load and stay till he logs out
- When Web user logs in – I want header3.php to load and stay till he logs out
If nobody has logged in the default header.php stays.
Please assist on how to do this.