Problem:
How to build post author link using author's firstname and lastname
Solution:
You should use view's shortcode [wpv-post-author format='url'] in order to get post author URL and build the custom post author link dynamically.
For example:
<a href="[wpv-post-author format='url'] "> [wpv-post-author meta="user_firstname" format="meta"] [wpv-post-author meta="user_lastname" format="meta"] </a>
You can find proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/link-first-and-last-name-to-author-archieve-inside-the-loop/#post-624502
Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-154504
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Kolkata (GMT+05:30)
This topic contains 2 replies, has 2 voices.
Last updated by 6 years, 8 months ago.
Assisted by: Minesh.