Thanks for your question, which is a variation on this earlier support topic:
Automatically adding the author as a category
The example plugin developed for that topic will work in your application as well. To find the example plugin, navigate to the Settings/Media Library Assistant Documentation tab and click the new “Example Plugins” button. Enter “substitution” in the text box and click “Search Plugins”. You should see the example plugin.
The “MLA Substitution Parameter Hooks Example” plugin is the one you want. You can hover over the plugin name and click the “Install” rollover action to add it to your site. Then, go to the Plugins/Installed Plugins admin submenu, find the plugin and activate it. Once the example plugin is activated you can use a Content Template in you mapping rule, something like:
template:[+author:first_name+] [+author:last_name+]
You can access most of the Public Properties of the WP_User class as described in the Class Reference/WP User Codex article.
I am marking this topic resolved, but please update it if you have any problems or further questions regarding the above solution. Thanks for your interest in the plugin.
David
Thanks Peter,
As usual you nailed it. This is exactly what I’m looking for.
Richard