Archived topic
Add social icons in Entry Meta
3 replies · Started by Diogenes on May 2, 2020
Hi.
It is possible to add the social icons of the author of the post under the Entry Meta.
It could be something like what they put in this article: https://docs.generatepress.com/article/entry-meta-style/, with the author's social icons below the publication date (like example 2)
[img]http://imgfz.com/i/KOmvPwY.png[/img]
The social icons could be taken from the social networks that are added in the wordpress user profile.
Maybe I ask a lot, but it would be great if you could help me.
Thanks in advance.
Hi there,
Have you already added the social icon fields to the user profile?
If so, you would print the necessary HTML/links from the user profile in the function below the echo $date; line.
So you'd get the user meta: https://developer.wordpress.org/reference/functions/get_user_meta/
And use it in the HTML: <a href="">SVG ICON HTML`
Thanks tom.
This will serve as my guide.
Any questions I ask you.
Regards.
Sounds good :)