How to add the Register feature?
-
I have an image I want visitors to click on and the Registration popup shows.
For example:
<a href="wp-login.php?action=register"> <img src="mypicture" width="200" height="44" /> </a>
When I change to this:
<a href="#login-box"> <img src="mypicture" width="200" height="44" /> </a>
it’s not clickable. The picture is there but nothing happens when I click on it.
Also, it’s only Login. I need Register.
Thank you for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add the Register feature?’ is closed to new replies.