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.phpto load and stay till he logs out - When Print user logs in – I want
header2.phpto load and stay till he logs out - When Web user logs in – I want
header3.phpto load and stay till he logs out
If nobody has logged in the default header.php stays.
Please assist on how to do this.
Regards, Raghav.
