youngmicroserf
Member
Posted 1 year ago #
Hi,
I've been doing some research about WP registration customization and your plugin seems like the current state of the art when it comes to ease of use of customizations. Alas, it seems that it is currently impossibly to use it on a standard page, included either via template or short code.
Is that correct? I wonder if it would be possible to add a shortcode function that would take the form output created and display it on a page rather than only display it on a login page?
Thanks for a brief reply.
Grubbyseismic
Member
Posted 1 year ago #
I'm not sure what you mean.
I know there's talk of a sidebar widget, but what's wrong with a link of href to the current page WP-LOGIN.PHP?ACTION=REGISTER ?
You could use that anywhere!
Hi youngmicroserf, just do like Grubbyseismic said, include this on your page:
Register
Of course, put your website's url instead of 'example.com'
I mean: < a href="http:// www. yourwebsite address / wp-login.php?action=register">Register < / a>
remove the spaces
joycegrace
Member
Posted 10 months ago #
Hi, this might help you: http://wordpress.org/extend/plugins/simplr-registration-form/
You can use short codes to get a registration form to appear on a page. I have not tried the plugin myself, but am also researching this issue.