Skip Navigation

[Resolved] Nickname not shown

This support ticket is created 2 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by Shane 2 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#2463015
Screenshot 2022-09-22 161909.jpg

Hello,
I tried to display the nickname ([wpv-post-author format="meta" meta="nickname"]) but it does not work it shows the prename in a weird format.

#2463055

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Holger,

Thank you for getting in touch.

Would you mind allowing me to have admin access to the website so that I can have a more detailed look at this for you ?

Please where applicable please provide me with a link to an example page where I can see the issue.

I've enabled the private fields for your next response.

Thanks,
Shane

#2463097

Thanks,
yout have to be logged in to see the page.

#2463221

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Holger,

I was able to log in and identify the issue.

The problem was that the shortcode was malformed so the correct information wasn't being provided.

When I say malformed it was in your code like this.

"code"[wpv-post-author  "code" format="meta" meta="nickname" "code"]"code"

Instead it should've been like this.

[wpv-post-author format="meta" meta="nickname"]

Please let me know if this helps.
Thanks,
Shane

#2463511

Thank you, this works fine for me. Is there a smart way to link this to the Authors Post Archive?

#2463683

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Holger,

Unfortunately not, you will need to construct the URL manually by doing the following.


<a href="[wpv-post-author format='url']">[wpv-post-author format="meta" meta="nickname"]</a>

Please try this and let me know.
Thanks,
Shane