Page 1 of 1

Embed Login in Page, Signup Now going to wrong page

PostPosted: August 14th, 2011, 11:53 am
by denvert
Hi,

i'm trying to embed the login into a page and can't figure out how to use the parameters (new to php). Can someone give an example of using the parameters to change the title and signup link?

Thanks

Re: Embed Login in Page, Signup Now going to wrong page

PostPosted: August 15th, 2011, 10:08 pm
by Cristián Lávaque
Code: Select all
<?php echo s2member_pro_login_widget(array('title' => 'Membership Login', 'signup_url' => 'http://example.com/wp-login.php?action=register')); ?>