[Resolved] Name of Author, publish date displayed underneath the post title

Home Forums Support [Resolved] Name of Author, publish date displayed underneath the post title

Home Forums Support Name of Author, publish date displayed underneath the post title

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1098273
    Jodie

    Hi guys

    How do I get my posts to be able to display the author name and publish date underneath the post title please?

    As always appreciate your help.

    Cheers

    Jodie

    #1098839
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:
    https://docs.generatepress.com/article/blog-content-layout/#single

    Let me know if this helps πŸ™‚

    #1099243
    Jodie

    Hi Leo

    I’ve read the article above and checked the radio buttons for Display post date
    Display post author but they are not showing up.

    What else could I be missing?

    Cheers

    Jodie

    #1099246
    Leo
    Staff
    Customer Support

    You have this CSS added that’s hiding it:

    .entry-meta {
        display: none;
    }
    #1099255
    Jodie

    Thanks Leo, okay well this is something else I need your help with.

    Currently I have this CSS so that there are not details of dates for comments at the end of my posts.

    How can I ensure that there is no dates displayed for comments but I can still have the author and date displayed under the post title?

    /* START OF Remove Post Meta Details Below – End Of Post */
    .entry-meta {
    display: none;
    }
    /* END OF Remove Post Meta Details */

    /* START OF Remove Comment Date */
    .comment-metadata > a {
    display: none;
    }
    /* END OF Remove Comment Date */

    Thanks as always for your continued support

    Cheers
    Jodie

    #1099257
    Leo
    Staff
    Customer Support

    Can you first remove the CSS mentioned previously?

    I don’t it’s related to the date in comments.

    Let me know πŸ™‚

    #1099258
    Jodie

    Ok I will try that and let you know.

    Thanks Leo

    #1099266
    Jodie

    Hi Leo

    Thank you very much. I removed that CSS and now the Date and author are displaying.

    Cheers

    Jodie

    #1099275
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1105206
    Jodie

    Hi Leo

    Further to this

    I’ve just checked the link that the author name directs to and it seems to be an archive page – https://crochetpenguin.com/author/admin/

    I want this link to direct to the About Page.

    How can I do that please?

    Cheers

    Jodie

    #1105266
    Leo
    Staff
    Customer Support

    Can you open a new topic for this question?

    Thanks πŸ™‚

    #1106310
    Jodie

    Ok sure thing.

    #1106324
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

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