[Resolved] Add Blog Title, Comment Count, and Author Name to Top of Blog Posts

Home Forums Support [Resolved] Add Blog Title, Comment Count, and Author Name to Top of Blog Posts

Home Forums Support Add Blog Title, Comment Count, and Author Name to Top of Blog Posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1028797
    Ken

    As the topic title reads: how can you add the blog’s title, comment count, and author name to the top of each blog post (before the content body starts).

    Thus, by default the blog title, comment count, and author name will populate and display at the top of each blog post automatically.

    Thank you!

    #1028806
    Leo
    Staff
    Customer Support

    Hi there,

    The title should show by default.

    Can you link me to the site in question?

    Let me know πŸ™‚

    #1028813
    Ken

    Hi Leo,

    I added the link in my first post just now. Thanks.

    #1028818
    Leo
    Staff
    Customer Support

    You have this CSS that’s hiding the entry header:

    .entry-header {
        display: none;
    }

    Can you try removing that first?

    #1028827
    Ken

    Perfect, that worked.

    Only thing is, as a result of removing the code, the home page now reads “Home” right under my top header. Can I remove this somehow?

    Also, is there a way to increase the weight of the blog titles that we just added (increase the line weight thickness)?

    Thanks again.

    #1028830
    Leo
    Staff
    Customer Support

    To remove the home page title, try the disable element metabox:
    https://docs.generatepress.com/article/disable-elements-overview/

    As for font-weight, try customizer > typography > headings > H1.

    Let me know πŸ™‚

    #1028861
    Ken

    That worked; thanks Leo, for all your quick help.

    One other tangential question: with the blog post title we just added, can we remove the date?

    #1028867
    Leo
    Staff
    Customer Support
    #1028877
    Ken

    Thanks, Leo!

    #1028880
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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