menu button to link to welcome page
Posted:
April 26th, 2011, 12:18 pm
by tomfulmer
how do i create a menu button so members can go back to the welcome page after logging in? I have a php widget in stalled if i knew the php to make sure they went to correct welcome page. thanks for any help or ideas.
Re: menu button to link to welcome page
Posted:
April 26th, 2011, 12:19 pm
by Cristián Lávaque
Hi Tom.
You mean the Login Welcome Page?
Re: menu button to link to welcome page
Posted:
April 26th, 2011, 12:24 pm
by tomfulmer
i want to create a members only menu so that once logged in people can access members only content and also go back to to welcome page where i post updates and info for them by member level
Re: menu button to link to welcome page
Posted:
April 26th, 2011, 12:29 pm
by Cristián Lávaque
I see.
I imagine you don't want this menu to show for those without the access to it, either, even if they wouldn't be able to see the content anyway when trying to view it.
Well, you could create a widget and use conditionals to display the links based on whether they are logged in or not and their access level.
WP Admin -> Appearance -> Widgets
WP Admin -> s2Member -> API / Scriptinghttp://www.s2member.com/api-scripting-overview-video/http://www.s2member.com/advanced-conditionals-video/I hope that helps.