Site logo

Archived topic

Name of Author, publish date displayed underneath the post title

12 replies · Started by Jodie on December 8, 2019

Viewing posts 1–13 of 13

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

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

You have this CSS added that's hiding it:

.entry-meta {
    display: none;
}

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

Can you first remove the CSS mentioned previously?

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

Let me know :)

Ok I will try that and let you know.

Thanks Leo

Hi Leo

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

Cheers

Jodie

No problem :)

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

Can you open a new topic for this question?

Thanks :)

Ok sure thing.

Thanks :)

This archived topic is closed to new replies.