- This topic has 12 replies, 2 voices, and was last updated 1 year, 1 month ago by
Leo.
-
AuthorPosts
-
December 8, 2019 at 11:10 pm #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
December 9, 2019 at 8:50 am #1098839Leo
StaffCustomer SupportHi there,
Try this:
https://docs.generatepress.com/article/blog-content-layout/#singleLet me know if this helps π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 9, 2019 at 3:02 pm #1099243Jodie
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
December 9, 2019 at 3:05 pm #1099246Leo
StaffCustomer SupportYou have this CSS added that’s hiding it:
.entry-meta { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 9, 2019 at 3:13 pm #1099255Jodie
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
JodieDecember 9, 2019 at 3:17 pm #1099257Leo
StaffCustomer SupportCan you first remove the CSS mentioned previously?
I don’t it’s related to the date in comments.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 9, 2019 at 3:19 pm #1099258Jodie
Ok I will try that and let you know.
Thanks Leo
December 9, 2019 at 3:30 pm #1099266Jodie
Hi Leo
Thank you very much. I removed that CSS and now the Date and author are displaying.
Cheers
Jodie
December 9, 2019 at 3:42 pm #1099275Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 15, 2019 at 12:59 pm #1105206Jodie
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
December 15, 2019 at 3:17 pm #1105266Leo
StaffCustomer SupportCan you open a new topic for this question?
Thanks π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 16, 2019 at 5:32 pm #1106310Jodie
Ok sure thing.
December 16, 2019 at 5:50 pm #1106324Leo
StaffCustomer SupportThanks π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.