Archived topic
How to show Author Image and Icons on Page Header?
7 replies · Started by Ravi Dixit on October 1, 2019
I am showing author image and date, comments icons because of your help. See here: https://prnt.sc/pd8dn3
But now I am planning to use GeneratePress header for my blog post, But my author gravatar image and icons are not showing on the header, see here: https://prnt.sc/pd8e3x
How can I show same on Header?
Hi there,
this article explains:
https://docs.generatepress.com/article/page-hero-examples/#example-2
Thanks, David!
Now I am able to show Author Image, but still not able to show icon before the date and comments.
and how to add comments count?
Please help with this?
This CSS:
.page-hero .entry-date:before {
font-family: 'Font Awesome\ 5 Free';
content: "\f274";
padding-right: 10px;
}
Hello, David!
This CSS worked for adding an icon before date. Thanks
I want to show Comments count as well after the date and an Icon before it.
I am not able to add comments count on Page header. Please help me? and provide CSS also for icon.
Tom provides the to create a shortcode for displaying the comment count here:
Thanks, it worked...
You're welcome