Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Get User Info

Descrizione

Choose to display any of the following for any user: user name, first and last name, avatar, description or website. A title can be added along with a css class to allow styling if needed. Is available as a widget or shortcode. Use [userinfo user=”User Name” class=”CssClass” title=”My Title” username=”true” name=”true” avatar=”true” description=”true” website=”true”].

Screenshot

  • The admin of the widget.
  • Example of a shortcode.

Installazione

  1. Upload get-user-info file to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add a Get User Info widget to any sidebar and add a title, cssClass if needed then add the user name of the user you want to display. Check any other information you would like to display. You can also display the user info by using the following shortcode ‘[userinfo user=”User Name” class=”CssClass” title=”My Title” username=”true” name=”true” avatar=”true” description=”true” website=”true”]’ (replace User Name with the user name that you want to display ex. [userinfo user=”Bill” class=”CssClass” title=”My Title” username=”true” name=”true” avatar=”true” description=”true” website=”true”]). Just use false in the shortcode or don’t include it if you don’t want it to display.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Get User Info” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.1

  • Added the ability to display the username in the widget or shortcode.

1.0.9

  • Added the ability to add the description param to the shortcode or by checking the description box to show the users description in the widget.

1.0.8

  • Added the ability to add the website param to the shortcode. Also added the ability to decide to show first and last name and avatar via shortcode or widget.

1.0.7

  • Cleaned up some code.

1.0.5

  • Added the ability to choose to display the user’s website in a link if they have it available via a checkbox.

1.0.4

  • Added the css class and title functionality to the shortcode.

1.0.3

  • Added the css class functionality to the widget.

1.0.2

  • Added the readme.txt file

1.0.1

  • Added a title field in the widget. Added some formating and cleaned up the code a bit.

1.0

  • Original file upload.