Linux 软件免费装
Banner图

Plugin Name

开发者 jcow
ekaj
更新时间 2015年12月22日 12:00
捐献地址: 去捐款
PHP版本: 3.6.1 及以上
WordPress版本: 4.4
版权: GPLv2 or later
版权网址: 版权信息

标签

login log in template login themed login

下载

1.1.3 1.1.4 1.1.0 1.1.1 1.1.2

详情介绍:

Creates a log in page at /login/ and manages password recovery and user notification feedback for the log in process. Everything gets managed within your page.php template or page-login.php template in order to fit into the theme better. By default, this plugin creates a virtual page, but if you add a page with slug 'login', the plugin will begin to use that. Add a redirect for logged in users Controls where logged in users go when they login or when they visit the '/login/' page. You can either return the post_id of the post/page to send them to, or the slug of the post/page to send them to. // Redirect using post id add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_id' ); function custom_sewn_logged_in_redirect_id() { return 4; } // Redirect using post slug add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_slug' ); function custom_sewn_logged_in_redirect_slug() { return 'post-slug'; } Sewn In Notification Box Support If you install the Sewn In Notification Box, this plugin will start using that. This is handy to keep all of your notifications in a centralized location.

安装:

屏幕截图:

  • A log in form example
  • Password recovery form

升级注意事项:

1.1.3 This update is required to work with 4.4. 1.1.2 Updated redirect to check post id, then post slug, then just use the string outright. 1.1.1 The new version changes the default redirect for "/login/" page to the user's profile, this can be overridden using this filter: add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_slug' ); Look at the plugin page for more info. 1.1.0 This is the first version in the Wordpress repository.

常见问题:

None yet.

更新日志:

1.1.4 - 2015-12-21 1.1.3 - 2015-12-20 1.1.2 - 2015-08-25 1.1.1 - 2015-08-25 1.1.0 - 2015-06-12