This shortcode allows you to display a dropdown select listing (all the) authors from your blog.
This shortcode is intended for developers only.
It does nothing by itself, so you need to code some logic that handles user selection.
The dropdown does nothing by itself… meaning that you need to code some logic that handles user selection. You can find it useful to selectively display author information based on user selection.
It can be used anywhere within WordPress where shortcodes are supported. For most users, this will primarily be within the content of a WordPress post or page.
Example
The trivial shortcode would be:
Editor input
Frontend output
For your convenience as a coder, you can also modify select
tag attributes:
Editor input
Frontend output
Attributes
Check out below all the available attributes this shortcode can take: