Plugin Directory

Changeset 1320726


Ignore:
Timestamp:
01/04/2016 07:30:01 AM (10 years ago)
Author:
Raulanton
Message:

20160104 readme modifs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • embedded-login-form/trunk/readme.txt

    r1320721 r1320726  
    1818**Login/register component** This component is to be shown just to non-logged visitors, allowing to choose one of these 2 actions and showing just login or register form. This component could be customized to be shown on top of home page (exactly at the bottom of header), author templates, posts and pages, archives... If more flexibility is needed, a shortcode or function calls can be used.
    1919
    20     *Login Form: show login+password fields and a lost password recovery link.
    21     *Register Form: show two fields, the first one to choose a login name and the other to explicit a login email.
     20Login Form: show login+password fields and a lost password recovery link.
     21Register Form: show two fields, the first one to choose a login name and the other to explicit a login email.
    2222
    2323Both forms manage errors and messages without using the backend.
     
    2626The author card also allows to modify author info (login, bio...) if the logged in user is the displayed author.
    2727This form manage errors and messages without using the backend.
     28
     29**Shortcodes**
     30
     31[antonelf_logout_link]: Displays a logout link just if user is logged in. @param $atts['content'] if set, define message to show in logout link, otherwise __('Logout') will be shown as message
     32[antonelf_login_register_form]: Displays the register/login template (no parameters needed).
     33[antonelf_author_card]: Displays the Author info card (no parameters needed).
     34
    2835
    2936**I18N**
Note: See TracChangeset for help on using the changeset viewer.