[Resolved] How to show Author Image and Icons on Page Header?

Home Forums Support [Resolved] How to show Author Image and Icons on Page Header?

Home Forums Support How to show Author Image and Icons on Page Header?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1023069
    Ravi Dixit

    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?

    #1023187
    David
    Staff
    Customer Support
    #1023225
    Ravi Dixit

    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?

    #1023226
    David
    Staff
    Customer Support

    This CSS:

    .page-hero .entry-date:before {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f274";
        padding-right: 10px;
    }
    #1026670
    Ravi Dixit

    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.

    #1026979
    David
    Staff
    Customer Support

    Tom provides the to create a shortcode for displaying the comment count here:

    https://generatepress.com/forums/topic/display-author-name-date-and-comment-number-in-a-page-header/#post-395947

    #1031133
    Ravi Dixit

    Thanks, it worked…

    #1031209
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.