Mô tả
HAQ Login Signup is for the sites that need customized user logins or registrations and, this plugin provides the capability of placing a shortcode anywhere on the website.
HAQ Login Signup options
- HAQ Login Signup, Easy to customizable.
- HAQ Login Signup, Fully responsive design.
- HAQ Login Signup is simple to customizable to add or remove more fields.
- Plugin have good validations.
- Easy to use : Set up login and registration form using shortcodes
- Registration notifications emails sent to the registered user and website admin.
Just create a normal WordPress page, and use the following shortcodes:
- For login form:
[haq_login]
- For signup/registration form:
[haq_signup]
Usage
Steps for creating a login or signup page.
- Create a page
- Add the following shortcode
[haq_login]
or[haq_signup]
- Publish/Update the page.
Steps for using in theme files:
- Use the shortcode using
do_shortcode()
wherever you want to show your login or
registration form.
For example : <?php echo do_shortcode("[haq_signup]"); ?>
Cài đặt
- Download
wp-mp-register-login.zip
and upload it to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the provided shortcodes anywhere on your website.
Hỏi đáp
-
How can create shortcode for toggle
-
After plugin activation, Add the following shortcode
[haq_login]
or[haq_signup]
-
I upgraded the plugin and it lost my default settings!
-
No, it didn’t. Disable and re-enable the plugin and the setting should be updated to the new setting.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Login Signup” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Login Signup” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- First release