A plugin for Wordpress that adds a user shortcode to link to a user's author page.
- Upload
wp-user-shortcode.phpto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
Once the plugin itself is installed, use the shortcode in a post or page.
Any of the following examples are valid. They all assume the user is example
[user]example[/user]
[user user=example]
[user user="example"]
[user example]
In order to try to treat this properly, the plugin takes a username as the parameter. It returns the display name.
- Please report the bug on our issue tracker at Github.
- First published version.
wp-user-shortcode by Richard Lynskey is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Based on a work at github.com.
