Supported custom fields¶
Names of the custom fields should be exactly the same! As the plugin uses their names to fetch values. Also the plugin defines templates for these names.
Name | Type | Regular expression | Usage by the plugin |
---|---|---|---|
Company | Text | Shown on the author box (see Author Box) | |
Company website | Link1 | Shown on the author box (see Author Box) | |
Position | Text | Shown on the author box (see Author Box) | |
Project of interest | Project1 | ||
Personal website | Link1 | ||
Blog | Link1 | Shown on the author box (see Author Box) | |
Github2 | Text | ^[A-Za-z0-9][A-Za-z0-9\-]*$ |
Shown on the author box (see Author Box) |
Text | ^([0-9]+|[A-Za-z0-9.]+)$ |
Shown on the author box (see Author Box), rendered as the “Subscribe” button in the user profile |
|
Text | ^@?[A-Za-z0-9_]+$ |
Shown on the author box (see Author Box), rendered as the “Follow” button in the user profile |
|
Link1 | Shown on the author box (see Author Box) | ||
Google Plus2 | Text | ^[0-9]{21}$ |
Shown on the author box (see Author Box) |
1 Provided by the Extended Fields plugin.
2 Does not come with the plugin, should be added manually.