Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjohnson/user-shortcodes-plus
Add simple user shortcodes to WordPress for displaying user data on any post type.
https://github.com/kjohnson/user-shortcodes-plus
Last synced: about 2 months ago
JSON representation
Add simple user shortcodes to WordPress for displaying user data on any post type.
- Host: GitHub
- URL: https://github.com/kjohnson/user-shortcodes-plus
- Owner: kjohnson
- Created: 2016-04-11T02:21:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T21:24:19.000Z (over 5 years ago)
- Last Synced: 2024-10-19T00:21:42.794Z (3 months ago)
- Language: PHP
- Homepage: http://kylebjohnson.me/plugins/
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== User Shortcodes Plus ===
Contributors: kbjohnson90
Tags: user, shortcodes, meta
Donate link: http://kylebjohnson.me/plugins
Requires at least: 4.5
Tested up to: 5.2.2
Stable tag: 2.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlAdd simple user shortcodes to WordPress for displaying information, including custom meta and avatars, for any user.
== Description ==
Add simple user shortcodes to WordPress for displaying information, including custom meta and avatars, for any user.Available Shortcodes:
- [user_id]
- [user_login]
- [user_email]
- [user_firstname]
- [user_lastname]
- [user_nicename]
- [user_display]
- [user_display_name] (alias)
- [user_registered]
- [user_avatar] (image)
- [user_avatar_url]
- [user_url]
- [user_website] (alias)
- [user_description]
- [user_bio] (alias)Displaying userdata for another user:
ex. [user_email id=2]
== Installation ==
This section describes how to install the plugin and get it working.1. Upload the `user-shortcodes-plus` directory to your `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add shortcodes to the content of any post type.== Frequently Asked Questions ==
What shortcodes are supported?- [user_id]
- [user_login]
- [user_email]
- [user_firstname]
- [user_lastname]
- [user_nicename]
- [user_display]
- [user_display_name] (alias)
- [user_registered]
- [user_avatar] (image)
- [user_avatar_url]
- [user_url]
- [user_website] (alias)
- [user_description]
- [user_bio] (alias)== Screenshots ==
1. Shortcodes can be added to any post type via the content editor.
2. Each shortcode is replaced with the user's data, when available.
3. Shortcodes can be inserted using the 'Add User Shortcode' button on the TinyMCE editor.
4. A specific user cna be specified by adding the 'id' attribute to the shortcode.
5. Any user metadata can be displayed using the [user_meta] shortcode with a specified 'key' attribute.== Changelog ==
= 2.0.2 =
* Add autocomplete support for the Block Editor (Gutenberg).= 2.0.1 =
* Fixed a bug with showing the TinyMCE Button on new posts/pages.= 2.0.0 =
* Add support for [user_url] and [user_website] shortcodes.
* Add support for [user_description] and [user_bio] shortcodes.
* Add TinyMCE editor button for easily adding shortcodes.
* Restructure plugin for extendability.= 1.0.1 =
* Add support for [user_avatar] and [user_avatar_url].= 1.0.0 =
* Initial Commit== Upgrade Notice ==
= 2.0.2 =
* Add autocomplete support for the Block Editor (Gutenberg).