Описание
Allow admin to show login from anywhere in WordPress. There are 2 ways to do so:
Use shortcode [loginform]. If redirect param is not passed, it will use the current page permalink as a redirect.
OR
Use shortcode [loginform redirect=»http://www.YOURDOMAIN.com/PAGE»]. If a redirect param is set, it will redirect the user to that page. Do note that the page must be on the same URL, it will not redirect to external URLs.
Скриншоты



Установка
There is no setting for this plugin, just install it and use the shortcode [loginform redirect=»http://www.YOURDOMAIN.com/PAGE»] anywhere in the website. The param redirect should be set to the page where where you want to redirect after login, otherwise it will redirect to the current page. You can use it in the template files also by using following format:
<?php do_shortcode(‘[loginform redirect=»http://www.YOURDOMAIN.com/PAGE»]’); ?>
например
- Upload
/login-form-anywhere/to the/wp-content/plugins/directory - Активируйте плагин используя меню ‘Плагины’ в WordPress
- Place
[loginform redirect="http://www.YOURDOMAIN.com/PAGE"]in your pages, posts, or widgets. You can use it in the template files also by using following format:
<?php do_shortcode(‘[loginform redirect=»http://www.YOURDOMAIN.com/PAGE»]’); ?>
Часто задаваемые вопросы
- Can this plugin shortcode can be used in Widgets
-
ДА
Участники и разработчики
«Login Form Anywhere» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Login Form Anywhere» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.3
- If «Anyone can register» is disable in admin setting, the plugin will not show the Register link under login form
1.2
- Administrative notice fixed
1.1
- WP version issue fixed
1.0
- Plugin developed and launched in the initial phase
