0
votes
1answer
16 views

how to add custom word press regisration form in word press 3.5 with out module

i want to add custom registration form in wordpress 3.5 ..with out module i tried few code samples in net seems to be not working with 3.5 properly
-1
votes
0answers
21 views

Pop up login system for wordpress site with social login option [closed]

I am looking for a login system for our web directory site Linktons on a pop up, where there will be option to login with email as well as social login with facebook and twitter. is there any existing ...
1
vote
1answer
254 views

How do I check if a post is private?

What I am looking to do is check if a page is private, give the users the option to register and see the page. Here is what I have now: <?php if (have_posts()) : /* Print the most as normal */ ...
0
votes
1answer
629 views

auto login after registeration for wp-members plugin

I've tried to do automatic login to wordpress after registering with password when using WP-Members plugin. I don't have a blog so I decided to write it here, so it may be helpful for someone. I'm ...
-2
votes
2answers
461 views

How to put Login, Register and newsletter widget on the same page?

I would like to create a template file and put there a login code, register code and widget code. I can do it for a widget, but I do not know how to do such thing for login and register. Any advice ...
0
votes
1answer
804 views

How to modify the Register link in the login page?

This is probably very simple, but I would like to add a hook to my theme's functions.php file in order to change the Register link on the login page (wp-login.php). How would I do that?
0
votes
4answers
553 views

Disable all other page except index,register,login till user login

I need to block access to all other content except Index,wp-login.php, register.php till the user login. how to accomplish it. i created everthing but, when i try mysite.com/members it shows the page ...
1
vote
1answer
586 views

How to modify the action attribute of the wp-login.php?action=register form?

I'm trying to create a reference registration system in Wordpress. The idea is that the user will click a link which will contain wp-login.php?action=register&ref=12345 I'm hooking into the ...
2
votes
2answers
2k views

Restrict Access to wp-login.php

I have a hard coded login/register/lost password form in the sidebar of my theme. I am using hidden input for "redirect_to" which is working fine. But when I press login button without entering ...
0
votes
1answer
801 views

Show reCaptcha on Custom Frontend Login & Register Form [closed]

using this tutorial http://www.cozmoslabs.com/1012-wordpress-user-registration-template-and-custom-user-profile-fields I have created custom login and register form for the frontend of my site, ...
0
votes
2answers
1k views

easy steps to make front end form without plugin

i don't know this topic might covered else where. but i am trying to find step by step simply tutorial. to make a plugin where i can add a new page to site. and in that page i put some form. and only ...